Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
That doesn' t come with
Associated EnclosingMethod attribute. This class was probably produced by
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.
The willingness to solve this problem is simple.
That is, the android sdk tools version is too low. Just upgrade it.
However, if you upgrade to the latest version 16 in eclipse 3.5, the following error occurs:
When the adt version is too low and is incompatible with the sdk tools, if you want to upgrade the ADT (the latest version is 16.0.0), it will prompt that the eclipse version is too low, so it becomes an endless loop,
Solution:
1. the sdk is upgraded.
2. Download ADT 14.0.0 (this version requires 3.5 for eclipse, and can solve the sdk upgrade problem)
Path: http://ishare.iask.sina.com.cn/f/20743747.html? From = like
3. Install adt.
Help ------ Install New software
Restart After installation to solve the problem
From the whitetao Column