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

前端 未结 12 1963
孤街浪徒
孤街浪徒 2020-12-14 13:42

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

but my android studio version is 3.2.1 and there is no new up

12条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-14 14:34

    Had the same Issue when i decided to install another version of Android Studio, what worked for me was:

    • Creating a new project with the current version of Android Studio just to go check the classpath version at the project level build.gradle inside the dependencies section, at the time it was this:

    classpath 'com.android.tools.build:gradle:3.5.0-rc01'

    Copied that line and replaced it on the project i was working on.

提交回复
热议问题