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

Error:

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

Reason:

Solution -1 (Tested and Working):

android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

Solution 2 (Not Tested):

--

--

Android App Developer and Tech Enthusiast

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store