Answers for "android support plugin for intellij idea cannot open this project please retry with version 4.1 or newer"

1

This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.2 or newer.

Change to

distributionUrl=https://services.gradle.org/distributions/gradle-6.1.1-all.zip

in file gradle-wrapper.properties, and then change to

classpath 'com.android.tools.build:gradle:4.0.1'

in file build.gradle (Project)
Posted by: Guest on December-26-2021
0

his version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.2 or newer.

distributionUrl=https://services.gradle.org/distributions/gradle-6.1.1-all.zip
Posted by: Guest on August-02-2021
0

This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.2 or newer.

classpath 'com.android.tools.build:gradle:4.0.1'
Posted by: Guest on October-30-2021

Code answers related to "android support plugin for intellij idea cannot open this project please retry with version 4.1 or newer"

Browse Popular Code Answers by Language