Closed GoogleCodeExporter closed 9 years ago
I think there may be 2 reasons of this issue:
1) project is really huge and real amount of field references over 65536
in this case you should decrease its size or use separate dex files.
2) this is a maven-android-plugin related issue(it had some problems with
excess fields references in R.java file in previous versions)
in this case you can check this issue on newer version(3.8.2) of maven-android-plugin
Original comment by olegalex...@gmail.com
on 25 Apr 2014 at 11:14
@olegalex,thank you very much. i tried 3.8.2,it works for me now.
by the way,do you know how to generate multi-dexes use this plugin ?
Original comment by com.aimo...@gmail.com
on 28 Apr 2014 at 5:36
@com.aimo, your welcome.
about multi-dexes: as I know for now there is no ability to use it in
android-maven-plugin. But its better to wait for an answer from project members.
P.S: I should warn your that android-maven-plugin 3.8.2 have some issues with
apklibs (https://code.google.com/p/maven-android-plugin/issues/detail?id=441).
Original comment by olegalex...@gmail.com
on 1 May 2014 at 10:42
We are no longer using the issue tracking system on Google Code. Please refile
this issue on https://github.com/jayway/maven-android-plugin/issues if you
still have this problem with the latest release of the Android Maven Plugin
Original comment by mosa...@gmail.com
on 19 May 2014 at 4:20
Original issue reported on code.google.com by
com.aimo...@gmail.com
on 25 Apr 2014 at 8:01