美文网首页
Static interface methods are onl

Static interface methods are onl

作者: 今天天气很好嗯 | 来源:发表于2020-03-07 16:47 被阅读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
}

相关文章

网友评论

      本文标题:Static interface methods are onl

      本文链接:https://www.haomeiwen.com/subject/pkncdhtx.html