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

前端 未结 12 1923
孤街浪徒
孤街浪徒 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条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 14:20

    After an update the Android Studio does not show the layout's design for some reason. I tried newer versions as well, but it did not work. So I decided to downgrade my IDE.

    When I opened my project, I got the same error. The solution was the following:

    1. Open the Project Structure.
    2. Select the Project field.
    3. Use the appropriate Android Plugin Version. You can copy it from a new project's structure.
    4. Change the Gradle version too what you need.
    5. OK.
    6. Find the gradle-wrapper.properties file and open it.
    7. Change the distributionUrl to that gradle version url what you saved in the Project Structure.

    Or if you don't mind, then you can update your AS.

提交回复
热议问题