FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
> com.android.build.api.transform.TransformException: Error while generating the main dex list.
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
你这是包名重复吧
defaultConfig {
applicationId "com.xxxx"
minSdkVersion 21
targetSdkVersion 25
versionCode 1
versionName "1.0"
multiDexEnabled true //这一句
}