Error:This Gradle plugin require

2019-02-20  本文已影响0人  不愿透露姓名的多多

导入项目时出现Error:This Gradle plugin requires a newer IDE able to request IDE model level 3. For Android Studio

解决方法:

在项目的gradle.properties配置文件中加入以下这句:

gradle.properties中:android.injected.build.model.only.versioned = 3

上一篇 下一篇

猜你喜欢

热点阅读