Answers for "single dex file error android"

0

single dex file error android

android {
    defaultConfig {
        ...
        minSdkVersion 21 
        targetSdkVersion 26
          
        multiDexEnabled true //this is it
    }
    ...
}//add multidexEnabled true to dependencies
Posted by: Guest on October-11-2021

Code answers related to "single dex file error android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language