Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

single dex file error android

android {
    defaultConfig {
        ...
        minSdkVersion 21 
        targetSdkVersion 26
          
        multiDexEnabled true //this is it
    }
    ...
}//add multidexEnabled true to dependencies
 
PREVIOUS NEXT
Tagged: #single #dex #file #error #android
ADD COMMENT
Topic
Name
2+4 =