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

前端 未结 12 1917
孤街浪徒
孤街浪徒 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:29

    try to edit your project build.gradle file and set the android build gradle plugin to classpath 'com.android.tools.build:gradle:3.2.1' within the dependency section.

    Hope it helps...

提交回复
热议问题