📅  最后修改于: 2022-03-11 14:58:35.157000             🧑  作者: Mango
//Add this line the project level build.gradle file
dependencies {
compile 'com.android.support:multidex:1.0.1'
}
android {
defaultConfig {
multiDexEnabled true
}
}