首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

求帮助,OAuth获取RequestToken编译通不过解决办法

2012-06-14 
求帮助,OAuth获取RequestToken编译通不过程序好像提示导入的包有问题,编译无法通过。看了好久这错误还真的

求帮助,OAuth获取RequestToken编译通不过
程序好像提示导入的包有问题,编译无法通过。
看了好久这错误还真的不太懂,希望大家帮忙谢谢。
我导入的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)


[2012-06-12 18:34:46 - Oauth_01] Dx at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2012-06-12 18:34:46 - Oauth_01] Dx at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[2012-06-12 18:34:46 - Oauth_01] Dx at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2012-06-12 18:34:46 - Oauth_01] Dx at java.lang.reflect.Method.invoke(Method.java:613)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.ide.eclipse.adt.internal.build.DexWrapper.run(DexWrapper.java:180)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.ide.eclipse.adt.internal.build.BuildHelper.executeDx(BuildHelper.java:702)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.ide.eclipse.adt.internal.build.builders.PostCompilerBuilder.build(PostCompilerBuilder.java:646)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:629)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:172)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:282)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:363)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.core.internal.resources.Project$1.run(Project.java:545)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:524)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.core.internal.resources.Project.build(Project.java:123)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.ide.eclipse.adt.internal.project.ProjectHelper.doFullIncrementalDebugBuild(ProjectHelper.java:978)
[2012-06-12 18:34:46 - Oauth_01] Dx at com.android.ide.eclipse.adt.internal.launch.LaunchConfigDelegate.launch(LaunchConfigDelegate.java:147)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:923)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1126)
[2012-06-12 18:34:46 - Oauth_01] Dx at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
[2012-06-12 18:34:46 - Oauth_01] Dx 1 error; aborting

[2012-06-12 18:34:46 - Oauth_01] Conversion to Dalvik format failed with error 1[size=16px][/size]
求帮助,不知到怎么去改,谢谢[/size][/size]

[解决办法]
是不是编译很久时间,最后弹出一个错误?

热点排行