在加载Android studio程序的时候,会爆出这个的错误的解决方式

xiaoxiao2021-02-28  66

Warning:warning: Ignoring InnerClasses attribute for an anonymous inner class (org.xhtmlrenderer.context.StylesheetFactoryImpl$1) that doesn't come with an associated EnclosingMethod attribute. This class was probably produced by a compiler that did not target the modern .class file format. The recommended solution is to recompile the class from source, using an up-to-date compiler and without specifying any "-target" type options. The consequence of ignoring this warning is that reflective operations on this class will incorrectly indicate that it is *not* an inner class.

在app/build.gradle / android{

multiDexEnabled true //突破应用方法数65535的一个限制 添加一个这个就可以了

}

转载请注明原文地址: https://www.6miu.com/read-73370.html

最新回复(0)