Android Studio Update Gradle plugin failed solution

Source: Internet
Author: User

Android Studio Each update version will update Gradle This plugin, but because of the great Wall of the problem every update is a failure, but also stop at "refresh" ing Gradle Project, Sometimes a new project is reported Gradle project Compile Error and so on

The solution to these problems is

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 plugin ... .

Turn off android Studio again or directly click Android Studio toolbar Sync Project Gradle Files ...

*/

In writing, my gradle version has gone to 2.10 ... . so mine is. :

#Sat Nov 08:22:12 CST 2015

Distributionbase=gradle_user_home

Distributionpath=wrapper/dists

Zipstorebase=gradle_user_home

Zipstorepath=wrapper/dists

Distributionurl=https\://downloads.gradle.org/distributions/gradle-2.10-all.zip

This kind of ... .

Then restart as after the change , see the terminal in the dot , proof is downloading ing ....

From: Chen Binbin's Technical Blog

Android Studio Update Gradle plugin failed solution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.