Answers for "static interface methods are only supported starting with android n (--min-api 24): lbutterknife/unbinder;lambda$static$0()v"

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 "static interface methods are only supported starting with android n (--min-api 24): lbutterknife/unbinder;lambda$static$0()v"

Browse Popular Code Answers by Language