Hyperion-Android icon indicating copy to clipboard operation
Hyperion-Android copied to clipboard

Multi Dex issue.

Open vaibhavsh82 opened this issue 7 years ago • 1 comments

Can't compile in Android Studio 3.0.1+. Getting below error. Enable multidex support on gradle file as well. And the issue is intermitted, for some, it is working in our team and for others, it doesn't. Please fix! Error:Execution failed for task ‘:app:transformDexArchiveWithExternalLibsDexMergerForDebug’.> com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

vaibhavsh82 avatar May 14 '18 23:05 vaibhavsh82

Can you create a test project that demonstrates the issue? I have not observed issues with the android gradle plugin 3.0.x or 3.1.x. Also, being an intermittent issue leads me to think that something unrelated is the problem such as you may be near your multidex limit. Dex merging should otherwise fail fairly consistently.

ToxicBakery avatar May 15 '18 00:05 ToxicBakery