2016-05-13 61 views
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. 

感谢所有帮助..

回答

0

这些问题应该消失,如果你只是升级到最新版本v2.3.3(在写作的时候)

请让我知道如果您有任何更多问题:)