Pergunta

I have added Jacson libs to my android project and now I am getting such warnings in console:

warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.)

I've tried to recompile libs, but it didn't help. Warnings are gone when I remove these libs from project. Everything is working fine on the device, but this annoys me ;)

Do you know any solution? I'm using Eclipse.

Foi útil?

Solução

I've tried to recompile libs, but it didn't help.

Meaning you added the Jackson source to your Android project? Usually that will point out the places where it finds problems or otherwise clears up this issue.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top