android 报错 This Gradle plugin requires a newer IDE able to request IDE model level 3 错误解决方案
解决方法:
(1)升级as(Android studio)到最新版本。
(2)在项目的gradle.properties配置文件中加入以下这句:
gradle.properties中:android.injected.build.model.only.versioned = 3
解决方法:
(1)升级as(Android studio)到最新版本。
(2)在项目的gradle.properties配置文件中加入以下这句:
gradle.properties中:android.injected.build.model.only.versioned = 3
本文标题:2019-09-16
本文链接:https://www.haomeiwen.com/subject/amrxuctx.html
网友评论