0
由於將構建Gradle工具版本增加到版本2以上版本,我在Android Studio中遇到了很多編譯錯誤(超過500個)。奇怪的是,該項目仍然可運行,並且運行正常。Gradle構建工具中的Instabug編譯錯誤版本2+
Error:warning: Ignoring InnerClasses attribute for an anonymous inner class
Error:(com.instabug.library.activity.b) that doesn't come with an
Error:associated EnclosingMethod attribute. This class was probably produced by a
Error:compiler that did not target the modern .class file format. The recommended
Error:solution is to recompile the class from source, using an up-to-date compiler
Error:and without specifying any "-target" type options. The consequence of ignoring
Error:this warning is that reflective operations on this class will incorrectly
Error:indicate that it is *not* an inner class.
感謝所有幫助..