📅  最后修改于: 2022-03-11 14:52:37.935000             🧑  作者: Mango
android {
defaultConfig {
...
minSdkVersion 21
targetSdkVersion 26
multiDexEnabled true //this is it
}
...
}//add multidexEnabled true to dependencies