msh-nayan / android-rome-feed-reader

Automatically exported from code.google.com/p/android-rome-feed-reader
0 stars 0 forks source link

Strange DEX warnings #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Just included feed-reader-1.0.0-rc2 and jdom-1.1.1-fork in my android project
and get the following strange warnings in my eclipse console window:

 Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(com.google.code.rome.android.repackaged.com.sun.syndication.feed.impl.ToStringB
ean$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.

I am using the latest android SDK tools (rev. 10)

Any ideas ?

Original issue reported on code.google.com by dirk.din...@gmail.com on 19 May 2011 at 7:27