Force Android Studio to download and install gradle 1.10 or 1.1

后端 未结 7 1499
眼角桃花
眼角桃花 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:03

    I managed to resolve the same issue by downloading the desired version of gradle from the website: http://www.gradle.org/downloads

    Then i extracted the zip file and copied the iib folder into the Android studio gradle lib.

    So for example:

    Downloads/gradle-1.10/lib/ copy to /Applications/Android Studio.app/plugins/gradle/lib/

    Then reload android studio and it should work.

提交回复
热议问题