jjzjj

compileSdk

全部标签

We recommend using a newer Android Gradle plugin to use compileSdk = 34

问题:WerecommendusinganewerAndroidGradleplugintousecompileSdk=34ThisAndroidGradleplugin(8.0.2)wastesteduptocompileSdk=33.YouarestronglyencouragedtoupdateyourprojecttouseanewerAndroidGradlepluginthathasbeentestedwithcompileSdk=34.IfyouarealreadyusingthelatestversionoftheAndroidGradleplugin,youmayneedto

Android studio 运行警告 We recommend using a newer Android Gradle plugin to use compileSdk = 33

Androidstudio运行警告WerecommendusinganewerAndroidGradleplugintousecompileSdk=33:刚开始运行Androidstudio就出现这条警告,虽然对项目的运行没有什么影响但是作为一个程序员怎么可能让bug出现在自己的眼前这句警告的意思是建议使用一个新的AndroidGradle插件去使用compileSdk=33这个AndroidGradle插件(7.1.2)已经通过了compileSdk=32的测试可以通过添加android.suppressUnsupportedCompileSdk=33这条代码来抑制此警告方法一:下载一个新的