Force Android Studio to download and install gradle 1.10 or 1.1

后端 未结 7 1493
眼角桃花
眼角桃花 2020-12-24 02:50

I installed Android Studio 0.5.1 and my project is not working any more. Error it provides is:

The project is using an unsupported version of Gradle. Pleas         


        
7条回答
  •  执笔经年
    2020-12-24 03:05

    I started getting this error because I synced to a previous commit, which had a subproject with

        classpath 'com.android.tools.build:gradle:0.7.+'
    

    in its build.gradle. Changing this to 0.9.+ fixed the error.

提交回复
热议问题