Static interface methods are onl
2020-03-07 本文已影响0人
今天天气很好嗯
Static interface methods are only supported starting with Android N (--min-api 24)
错误解决方案:
build
anroid {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}