解決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 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章