报错如下:
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.
请问这个错误如何解决呢?
可能是65535问题,找支持多dex方法
你可以看看这个 转自 http://blog.csdn.net/Jamy2015/article/details/52237913
重新搭建环境,以解决问题。
可以看看这个 eclipse 分包的 转自 https://www.cnblogs.com/liemng/p/5982221.html