Android Warning - Ignoring InnerClasses attribute (jnamed) -


i have warning when building code in android studio.
few times don't show up, of times do.

warning: ignoring innerclasses attribute anonymous inner class (jnamed$1) doesn't come associated enclosingmethod attribute. class produced compiler did not target modern .class file format. recommended solution recompile class source, using up-to-date compiler , without specifying "-target" type options. consequence of ignoring warning reflective operations on class incorrectly indicate *not* inner class. warning: ignoring innerclasses attribute anonymous inner class (jnamed$2) doesn't come associated enclosingmethod attribute. class produced compiler did not target modern .class file format. recommended solution recompile class source, using up-to-date compiler , without specifying "-target" type options. consequence of ignoring warning reflective operations on class incorrectly indicate *not* inner class. warning: ignoring innerclasses attribute anonymous inner class (jnamed$3) doesn't come associated enclosingmethod attribute. class produced compiler did not target modern .class file format. recommended solution recompile class source, using up-to-date compiler , without specifying "-target" type options. consequence of ignoring warning reflective operations on class incorrectly indicate *not* inner class. 

i've read other issues , included these in proguard file:

-keepattributes enclosingmethod -keepattributes innerclasses 

however didn't help.

edit:

if it's not possible solve this, please tell me how hide warning in postguard (or other way). thank you!

whats causes problem?

you trying use class file not compiled against java 6 or 7 in jvm runs android's runtime dalvik. it's not big issue, dont have worry.

how can fix it?

you can recompile library causing issue. unfortunately, library in compiled jar already. can try source online , compile


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -