Conversion to Dalvik format failed: Unable to execute dex

最近莫名奇妙遇到“Conversion to Dalvik format failed: Unable to execute dex”错误,*以后得到结果

把项目中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了

上一篇:微信开发中使用微信JSSDK和使用URL.createObjectURL上传预览图片的不同处理对比


下一篇:编码最佳实践——Liskov替换原则