问题描述
warning: Ignoring InnerClasses attribute for an anonymous inner class(org.ksoap2.transport.KeepAliveHttpsTransportSE$1) 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
解决方案
把easeui里的compileSdkVersion、buildToolsVersion修改成和你项目的一致
时间: 2024-11-27 18:04:42