when importing Android studio, the first thing to do is to download the Gradle for the corresponding version of the project. However, because of the wall in the country, Android studio will be slow to download the corresponding gradle. We can use thunder and other tools on the Internet, and then put in the specified path, and then restart Android Studio to solve the problem. first open the Android Studio project to find the project directory gradle\wrapper\gradle-wrapper.properties this file
The contents are as follows
#Wed APR 15:27:10 PDT 2013
Distributionbase=gradle_user_home
Distributionpath=wrapper/dists
Zipstorebase=gradle_user_home
Zipstorepath=wrapper/dists
Distributionurl=http\://services.gradle.org/distributions/gradle-1.9-all.zip
The most important is the bottom line, Android Studio will be connected to download the current version of the Gradle plug-in, and this URL is accessible but the speed is too slow, so each update takes a long time or a direct timeout
Here is the way I try to solve the problem is to first download Http://services.gradle.org/distributions/gradle-1.9-all.zip This version of the plugin through the download tool, with the download tool will be relatively fast download Direct the zip file, do not unzip the copy to the C:\USERS\ADMINISTRATOR\.GRADLE\WRAPPER\DISTS\GRADLE-1.9-ALL\3JDGEMV0IV8UQOHG3KCP2O88R1 directory
Turn off Android Studio again or directly click Android Studio toolbar Sync Project Gradle Files
Android Studio is the automatic Update plugin, do not download the
Android Studio Update Gradle Error resolution method