0
点赞
收藏
分享

微信扫一扫

关于Static interface methods are only supported starting with Android N (--min-api 24)错误怎么修改


app->build.gradle android节点内添加

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

 

举报

相关推荐

0 条评论