程序好像提示导入的包有问题,编译无法通过。
看了好久这错误还真的不太懂,希望大家帮忙谢谢。
我导入的libs:
具体的错误信息如下:
[size=10px]
[size=14px]
[2012-06-12 18:34:45 - Oauth_01] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.apache.commons.logging.impl.LogFactoryImpl$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
[2012-06-12 18:34:45 - Oauth_01] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.apache.commons.logging.impl.LogFactoryImpl$2) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
[2012-06-12 18:34:45 - Oauth_01] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.apache.commons.logging.impl.LogFactoryImpl$3) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
.....
....
......
[2012-06-12 18:34:45 - Oauth_01] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.apache.commons.logging.LogFactory$6) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
[2012-06-12 18:34:46 - Oauth_01] Dx
UNEXPECTED TOP-LEVEL EXCEPTION:
java.util.zip.ZipException: error in opening zip file
[2012-06-12 18:34:46 - Oauth_01] Dx at java.util.zip.ZipFile.open(Native Method)
[2012-06-12 18:34:46 - Oauth_01] Dx at java.util.zip.ZipFile.<init>(ZipFile.java:212)
[2012-06-12 18:34:46 - Oauth_01] Dx at java.util.zip.ZipFile.<init>(ZipFile.java:142)
[2012-06-12 18:34:46 - Oauth_01] Dx at java.util.zip.ZipFile.<init>(ZipFile.java:156)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:206)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.dx.cf.direct.ClassPathOpener.processOne(ClassPathOpener.java:131)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.dx.cf.direct.ClassPathOpener.process(ClassPathOpener.java:109)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.dx.command.dexer.Main.processOne(Main.java:418)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.dx.command.dexer.Main.processAllFiles(Main.java:329)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.dx.command.dexer.Main.run(Main.java:206)