美文网首页Android
-Xlint:deprecation

-Xlint:deprecation

作者: shaort | 来源:发表于2017-07-26 15:01 被阅读0次

Error:注: ...\xx\xxx.java使用或覆盖了已过时的 API。

注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。

-------------------------------------------------------------------------------------

allprojects {

gradle.projectsEvaluated {

tasks.withType(JavaCompile) {

options.compilerArgs <<"-Xlint:unchecked"<<"-Xlint:deprecation"

}

}

}

相关文章

网友评论

    本文标题:-Xlint:deprecation

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