Skip to content
Advertisement

app:transformDexArchiveWithExternalLibsDexMergerForDebug

hi guys i get this error when i try to run my app

Error:Execution failed for task ‘:app:transformDexArchiveWithExternalLibsDexMergerForDebug’. com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

i don’t know why!

I tried also to clean and rebuild project but i get always the same error!

Now i post my gradle:

JavaScript

Advertisement

Answer

I could compile your gradle after this changes:

JavaScript

instead of

JavaScript

and also

JavaScript

instead of

JavaScript
Advertisement