Answers for "atic interface methods are only supported starting with Android N (--min-api 24): void butterknife.Unbinder.lambda$static$0()]"

0

atic interface methods are only supported starting with Android N (--min-api 24): void butterknife.Unbinder.lambda$static$0()]

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

Code answers related to "atic interface methods are only supported starting with Android N (--min-api 24): void butterknife.Unbinder.lambda$static$0()]"

Browse Popular Code Answers by Language