我尝试运行项目时遇到异常:
[2014-09-29 11:56:32 - Dex Loader] Unable to execute dex: Multiple dex files define Landroid/support/v7/appcompat/R$anim;
[2014-09-29 11:56:32 - PageViewers] Conversion to Dalvik format Failed: Unable to execute dex: Multiple dex files define Landroid/support/v7/appcompat/R$anim;
你有两次compat库
那么,我是如何解决这个问题的:
>从中导入支持库作为项目“SDK /演员/安卓/支持/ V7 /程序兼容性”.>项目中的参考库(对于Eclipse,“属性 – Android – 添加“).>构建项目(对于Eclipse,“Projects – Build All”).确保你在你的主项目gen中有“android.support.v7.appcompat”夹.>如果它不起作用 – 清理并重建项目.
原文链接:https://www.f2er.com/android/315527.html