运行我的Android应用程序时Dx警告

时间:2013-08-20 11:57:55

标签: android eclipse jvm dx

当我启动应用程序时,我会多次重复此错误,并且每次都使用不同的程序包:

     Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.ibex.nestedvm.util.Sort$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.

我在Mac OsX 10.8上使用Eclipse 4.3。

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:2)

我认为您可能正在使用Action Bar Sherlock作为工作区中的maven项目导入,然后将其作为项目中的库引用..

尝试将其作为Android项目导入!