赞
踩
1.问题
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
2.原因
根据stackoverflow上面的回答,这个错误原因是因为包引用重复 build.gradle(app)的dependencies和使用File>Project Structure中的引用重复,或者和本地的jar包(可以在项目的libs文件夹里面查看本地的jar包)重复; 或者build.gradle里面出现了相同的包引用;或者不同的包有包含关系。
android {
defaultConfig {
multiDexEnabled true
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。