Manually install Gradle and use it in Android Studio

后端 未结 17 2039
忘掉有多难
忘掉有多难 2020-12-07 11:35

I\'m using Android Studio. How can I manually install and use Gradle within Android Studio.

I\'ve downloaded Gradle from http

17条回答
  •  伪装坚强ぢ
    2020-12-07 12:20

    Like @ said

    https://services.gradle.org/distributions/

    Download The Latest Gradle Distribution File and Extract It, Then Copy all Files and Paste it Under:

    C:\Users\{USERNAME}\.gradle\wrapper\dists\

    but you have to first make Android Studio try downloading the zip file and cancel it.

    That way you can get the hash and copy the file and put it under the hash

提交回复
热议问题