解决Android Studio cannot open this project, please retry with Android Studio 3.5 or new

This version of Android Studio cannot open this project, please retry with Android Studio 3.5 or newer

 

出现这个问题是因为使用的Gradle版本太高,只需要将gradle降级就可以,或者使用本地还能编译的配置版本替换即可。

distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
classpath 'com.android.tools.build:gradle:3.3.1'

参考https://stackoverflow.com/questions/54784948/this-version-of-android-studio-cannot-open-this-project-please-retry-with-andro 

你可能感兴趣的:(android)