Conversion to Dalvik format failed: Unable to execute dex


最近莫名奇妙遇到“Conversion to Dalvik format failed: Unable to execute dex”錯誤,stackoverflow以后得到結果

把項目中classpath文件中<classpathentry kind="lib"   path ="自定義jar的地址" /> 修改成 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>,刪掉<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>。然后就OK了

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM