We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (7.4.2) was tested up to compileSdk = 33
This warning can be suppressed by adding
android.suppressUnsupportedCompileSdk=34
to this project’s gradle.properties
The build will continue, but you are strongly encouraged to update your project to
use a newer Android Gradle Plugin that has been tested with compileSdk = 34
Update Gradle property to suppress warning
Affected Modules: app
解决方法:文章来源:https://www.toymoban.com/news/detail-822863.html
在文件项目的(gradle.properties(Project))加上android.suppressUnsupportedCompileSdk=34文章来源地址https://www.toymoban.com/news/detail-822863.html
到了这里,关于Android Studio出现闪退的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!