Search code examples
androidandroid-studioandroid-r8

about error of 'com.android.tools.r8.internal.q8: Absent Code attribute in method that is not native or abstract'


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


Solution

  • 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.