Find your content:

Search form

You are here

com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:

 
Share

What I did is, opened MyProject/android/app/build.gradle file and added multiDexEnabled true inside defaultConfig tag as given below:

defaultConfig {
    multiDexEnabled true
}

My Block Status

My Block Content