-1

Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.

java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

  • What is your question? Just posting the beginning of an error message makes is very hard to help you. Please provide some details around this (what you try when the error occurrs, your gradle.file, ...). Also a good read is https://stackoverflow.com/help/how-to-ask – Capricorn Aug 01 '18 at 09:09
  • Your demand is not very precise... Have you try this ? https://stackoverflow.com/a/47187787/10159898 – Bruno Aug 01 '18 at 09:11

1 Answers1

0

add this line in gradle.property

org.gradle.jvmargs=-Xmx1024m
bugfreerammohan
  • 1,471
  • 1
  • 7
  • 22