Reputation: 23
I'm looking a way to install Gradle
for Android studio.
My Internet speed is very slow. It's below 8kbps
and When i start Android studio it takes too much time to download gradle(Almost 8 hrs). Please help! I've the latest version of Android studio and using ubuntu 14.04 LTS
.
Really, Is that possible to install Gradle with Offline mode
? Please help
Upvotes: 2
Views: 10464
Reputation: 733
Once you let the Gradle to be downloaded automatically for the first time while setting up your new projects ..
On laters projects you don't have to download them again ... and again :) so left your PC for a night to download a Gradle and next morning you will have everything you needed.
Upvotes: 0
Reputation: 61
You can download the Gradle file from http://www.gradle.org/downloads, then once you have that downloaded once you can just point Android Studio to the file within File > Settings > Gradle then check Local Gradle Distribution and browse for the location of where you have your Gradle download.
Upvotes: 3