Error:This Gradle plugin requires a newer IDE able to request IDE model level 3. For Android Studio

导入项目时出现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

你可能感兴趣的:(Error:This Gradle plugin requires a newer IDE able to request IDE model level 3. For Android Studio)