开发者

Warning: This class was probably produced by a broken compiler

开发者 https://www.devze.com 2023-01-01 10:37 出处:网络
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

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 associa开发者_如何学Pythonted 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消