Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将 Jacson 库添加到我的 android 项目中,现在我在控制台中收到这样的警告:
警告:忽略不带有关联 EnclosureMethod 属性的匿名内部类的 InnerClasses 属性。(此类可能是由损坏的编译器生成的。)
我试图重新编译库,但没有帮助。当我从项目中删除这些库时,警告消失了。设备上一切正常,但这让我很恼火;)
你知道有什么解决办法吗?我正在使用 Eclipse。
我试图重新编译库,但没有帮助。
意思是您将 Jackson 源代码添加到您的 Android 项目中?通常这会指出它发现问题的地方或以其他方式解决这个问题。