Answers for "Invoke-customs are only supported starting with Android O (--min-api 26) Stack trace: com.android.tools.r8.a: Invoke-customs are only supported starting with Android O (--min-api 26)"

6

Invoke-customs are only supported starting with Android O (--min-api 26)

android {
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
}
Posted by: Guest on April-09-2020

Code answers related to "Invoke-customs are only supported starting with Android O (--min-api 26) Stack trace: com.android.tools.r8.a: Invoke-customs are only supported starting with Android O (--min-api 26)"

Browse Popular Code Answers by Language