报错如下:
Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(com.baidu.location.o$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.
请问这个错误如何解决呢?
eclipse 打包android工程时报错,尝试了几种解决办法未能解决,特向各位好心的大神请教
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-