报错信息:com.android.tools.r8.internal.nc

Absent Codeattribute in method that is not native or abstract

背景:在导入framework.jar时,报错。一般这种问题就是对应的jar包有问题。

解决方式:

将implementation files('libs\\framework.jar')

修改为compileOnly files('libs\\framework.jar')

你可能感兴趣的:(报错信息:com.android.tools.r8.internal.nc)