[Android] conversion to dalvik format failed with error 1

来源:互联网 发布:电脑网络一下有一下没 编辑:程序博客网 时间:2024/05/21 06:48
 

if you came across the following error message:

 

"conversion to dalvik format failed with error 1"
please check your project property:
Java Build Path->Libraries->JARs and class folders on the build path
make sure you didn't manually include the android.jar
 
http://blog.csdn.net/iefreer/article/details/4964781
 
就是确定自己没有主动添加 android.jar 包