码迷,mamicode.com
首页 > 其他好文 > 详细

Unable to execute dex: Multiple dex files define

时间:2014-11-05 19:07:08      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   os   for   sp   strong   文件   on   

其实系统的提示已经很明显了。千万要相信机器给出的提示,他是不会错的,很多时候是我们不相信它或者理解的偏差导致问题迟迟找不到正解!
比如:
[2013-11-05 14:22:15 - Dex Loader] Unable to execute dex: Multiple dex files defineLcom/mobile/appstore/listjar/sdk/R$anim;
[2013-11-05 14:22:15 - TabHostSample] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/mobile/appstore/listjar/sdk/R$anim;

可以很确切的说肯定是 包含了 两个相关的R.anim的资源文件。

至于,你是说,“没有呀”,“不会呀”,“不可能呀”,别先狡辩,仔细分析先~

我的这个例子确实是重复了的,Jar包和引用工程中的资源文件 有重复!所以删掉Jar包中对应的部分就OK!

声明: 本文由( 魔豆先生 )原创编译,转载请保留链接: [已解决]Unable to execute dex: Multiple dex files define

 

Unable to execute dex: Multiple dex files define

标签:http   io   ar   os   for   sp   strong   文件   on   

原文地址:http://www.cnblogs.com/201dom/p/4076766.html

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