问题描述
warning: Ignoring InnerClasses attribute for an anonymous inner class(com.baidu.lbsapi.auth.g) that doesn't come with anassociated EnclosingMethod attribute. This class was probably produced by acompiler that did not target the modern .class file format. The recommendedsolution is to recompile the class from source, using an up-to-date compilerand without specifying any "-target" type options. The consequence of ignoringthis warning is that reflective operations on this class will incorrectlyindicate that it is *not* an inner class.请问该如何解决,谢谢。
解决方案
除了这个错误,logcat还有其他的错误吗?
时间: 2024-11-10 21:02:32