本文主要是介绍兔子--Android Studio出现错误:Error:Execution failed for task ':myapp:dexDebug'. com.android.ide.common.pro,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
重点在:finished with non-zero exit value 2.
这里表明了有重复的内容存在。
由于:Android Studio中引入包的方式有如下2种:
compile 'com.android.support:support-v4:22.0.0'
compile files('libs/support-v4.jar')
所以很容易出现jar包重复的问题,
解决办法:只需要删除引入,删除没用的jar就可以了。
不知道我所写的有没有帮助到你,希望大家多提意见。
这篇关于兔子--Android Studio出现错误:Error:Execution failed for task ':myapp:dexDebug'. com.android.ide.common.pro的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!