Answers for "D8: Cannot fit requested classes in a single dex file (# methods: 91891 > 65536) com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of method references in a .dex file cannot exceed 64K."

3

D8: Cannot fit requested classes in a single dex file (# methods: 85258 > 65536)

defaultConfig {
    ...

    multiDexEnabled true
}
Posted by: Guest on December-17-2020
0

D8: Cannot fit requested classes in a single dex file (# methods: 85258 > 65536)

// For AndroidX
dependencies {
    ...

    implementation 'com.android.support:multidex:1.0.3'
}
Posted by: Guest on December-17-2020

Code answers related to "D8: Cannot fit requested classes in a single dex file (# methods: 91891 > 65536) com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of method references in a .dex file cannot exceed 64K."

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language