skip to Main Content

Android Studio – android.tools.r8.a:MethodHandle.invoke and MethodHandle.invokeExact are only supported starting with Android O (–min-api 26) after installing itext7

I am getting below error after installing itext7: com.android.tools.r8.a: MethodHandle.invoke and MethodHandle.invokeExact are only supported starting with Android O (--min-api 26) implementation "com.itextpdf:itext7-core:7.1.3" I tried following solutions but it didn't work either: compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } In…

VIEW QUESTION
Back To Top
Search