0
Seit die Build-Gradle-Tools-Version auf Version 2 erhöht wurde, habe ich viele Kompilierungsfehler in Android Studio (mehr als 500) festgestellt. Das Seltsame ist, dass das Projekt noch lauffähig ist und ordnungsgemäß funktioniert.Instabug-Kompilierungsfehler in Gradle Build-Tools ver 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.
Jede mögliche Hilfe schätzen ..