kingdom578 / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

R.java Error #464

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.create an apklib project
2.create an apk project with dependency of this apklib
3.add some string to the apklib project's string.xml
4.apk project use apklib project's string

What is the expected output?
apk project get a correct value from apklib.

What do you see instead?
It is not correct,If I directly run the project with eclipse,it is OK. 

What version of maven-android-plugin are you using?
3.8.2

What are the complete output lines of "mvn -version" on your machine?
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 
2014-02-15T01:37:52+08:00)
Maven home: D:\Program Files\apache-maven-3.2.1\bin\..
Java version: 1.6.0_71, vendor: Sun Microsystems Inc.
Java home: C:\Program Files\Java\jdk1.6.0_71\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Please provide any additional information below.
I test it,if the strings only a few, I can get corret string.

Original issue reported on code.google.com by david.zh...@gmail.com on 7 May 2014 at 7:35

GoogleCodeExporter commented 9 years ago
Can you please try it against 3.9.0-rc1

Original comment by william....@xandar.com.au on 7 May 2014 at 8:00

GoogleCodeExporter commented 9 years ago
  When I use 3.9.0-rc.1,another problem encountered. see Issue 463.
It seems that apklib project's MainActivity cant't get resources ID.
Actually,for the apk project,I do not need the apklib's MainActivity.

Original comment by david.zh...@gmail.com on 8 May 2014 at 10:05

GoogleCodeExporter commented 9 years ago
There is no active work on 3.8.2

Original comment by william....@xandar.com.au on 8 May 2014 at 11:10