码迷,mamicode.com
首页 > 移动开发 > 详细

Error:Execution failed for task ':app:dexDebug'.> com.android.ide.common.process.ProcessException: o

时间:2015-06-16 16:48:51      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:dexdebug

出现上述问题 检查下是否多次引用同一个jar包
有以下情况
1. module下jar包版本不同
2. 同一个module 在libs中包含了.jar,而在src下又把相应的source页加入了
3. gradle中是否重复编译,比如 已经加了compile fileTree(include: [‘*.jar’], dir: ‘libs’) 然而在下面又加一句compile files(‘libs/xxx.jar’)

参考 Error:Execution failed for task ‘:app:dexDebug’. com.android.ide.common.process.ProcessException

更多问题请关注 android开发遇到问题点滴

Error:Execution failed for task ':app:dexDebug'.> com.android.ide.common.process.ProcessException: o

标签:dexdebug

原文地址:http://blog.csdn.net/u011570979/article/details/46519329

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!