Home > Mobile >  about error of 'com.android.tools.r8.internal.q8: Absent Code attribute in method that is not n
about error of 'com.android.tools.r8.internal.q8: Absent Code attribute in method that is not n

Time:09-28

I did to import a System App of SystemUI to Android Studio Arctic Fox, then occur this error, what does this error mean?

CodePudding user response:

The error is reported here, and is caused by an invalid class file. As this code comes from the Android Platform, it could be that one of the input jars have been processed by turbine/[ijar] to produce a header jar.

  • Related