jing.wang_2025 2018-01-08 09:11 采纳率: 0%
浏览 986
已结题

eclipse 打包android工程时报错,尝试了几种解决办法未能解决,特向各位好心的大神请教

报错如下:
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.
请问这个错误如何解决呢?

  • 写回答

4条回答 默认 最新

  • wkp111 2018-01-08 09:30
    关注

    可能是65535问题,找支持多dex方法

    评论

报告相同问题?