美文网首页
Androidstudio警告:Deprecated Gradl

Androidstudio警告:Deprecated Gradl

作者: 被违规后的昵称 | 来源:发表于2021-08-11 10:52 被阅读0次
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.

处理方法:
在项目下gradle.properties文件加入:

# org.gradle.warning.mode=(all,none,summary) 三个参数可选
org.gradle.warning.mode=all

再次build,IDE会提示详细的项目异常点,根据提示去修改

相关文章

网友评论

      本文标题:Androidstudio警告:Deprecated Gradl

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