Stack Overflow archive
3 scoreaccepted

android-support-multidex.jar not working in eclipse

score
3
question views
6.2K
license
CC BY-SA 3.0

Possible duplicate here. Answer from Alex Lipov:

It looks like ADT's ant-tasks project is no longer maintained (it resides under 'legacy' folder). So if you can't migrate to Gradle, you can edit the DexExecTask manually. You'll have of course to rebuild the project locally..

[Edit - 10/25/2014] maven-android-plugin does support multi-dex. However, it currently has a small issue: secondary dex files placed in wrong location. This pull request strives to fix that, so stay tuned!

Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.