嗨,当我启动应用程序时,我多次收到此错误,并且每次都使用不同的包:
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。
我该怎么做才能解决这个问题?