Unable to merge dex
See original GitHub issueI get this error when I add this plugin to my project:
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:26
Top Results From Across the Web
android - Unable to merge dex - Stack Overflow
Go to project structure and find out the external library which is using a different version. Double click on it and delete its...
Read more >DexArchiveMergerException: Unable to merge dex #73 - GitHub
Go to build player settings-->Publishing settings and set Release to dropdown Gradle experimental and hit build,worked for me.
Read more >Build Failed with an Exception – Unable to merge dex
What went wrong: Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. java.lang.RuntimeException: java.lang.
Read more >com.android.builder.dexing.DexArchiveMergerException ...
Android : com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex - Android Studio 3.0 stable [ Beautify Your Computer ...
Read more >DexArchiveMergerException: Unable to merge dex
Go to build player settings-->Publishing settings and set Release to dropdown Gradle experimental and hit build,worked for me. Comment. Add ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@machour ,
Thanks, its works. Solution is:
This is now mentioned in the troubleshooting section of the README file.
@paintedbicycle I’m planning to drop the dependency in 1.0.0 (#307), can’t do it prior to a BC breaking release