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

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

    It's a bit late, But easy and effective. Click on About Android Studio, Check the current version, Open build.graddle of Project and put it in front of the class path. e.g Your studio version is 3.5.2, then your classpath should be like that.

    classpath 'com.android.tools.build:gradle:3.5.2'
    

提交回复
热议问题