android 报错 This Gradle plugin re
2018-07-31 本文已影响0人
程序_Yuan
android studio 导入项目时报错
This Gradle plugin requires a newer IDE able to request IDE model level 3 报错。
(1): 升级android studio IDE的版本。
(2):在项目的gradle.properties配置文件中加入以下这句:
gradle.properties中:android.injected.build.model.only.versioned = 3
原文章出自:https://blog.csdn.net/JtooZC/article/details/79422323