此版本的Android Studio无法打开该项目,请使用Android Studio 3.4或更高版本重试
问题描述:
此版本的Android Studio无法打开此项目,请使用Android Studio 3.4或更高版本重试.
This version of Android Studio cannot open this project, please retry with Android Studio 3.4 or newer.
但是我的android studio版本是3.2.1,并且没有来自Google的新更新
but my android studio version is 3.2.1 and there is no new update from Google
答
尝试编辑您的项目build.gradle文件,并在依赖项部分中将android build gradle插件设置为classpath 'com.android.tools.build:gradle:3.2.1'
.
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.
希望有帮助...