关于 android studio 3.2打开后一直下载中,最后还失败了 的解决方法

欠伸展肢体,吟咏心自愉。这篇文章主要讲述关于 android studio 3.2打开后一直下载中,最后还失败了 的解决方法相关的知识,希望能为你提供帮助。
只需要将build.gradle改成以下就好,下载速度 sui sui sui的

buildscript {repositories { maven{ url ‘http://maven.aliyun.com/nexus/content/groups/public/‘ } mavenCentral(); google() jcenter() } dependencies { classpath ‘com.android.tools.build:gradle:3.2.0‘// NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } }allprojects { repositories { maven{ url ‘http://maven.aliyun.com/nexus/content/groups/public/‘ } google() jcenter() } }task clean(type: Delete) { delete rootProject.buildDir }

【关于 android studio 3.2打开后一直下载中,最后还失败了 的解决方法】参考于https://blog.csdn.net/jiang25810/article/details/83503829,非常感谢了

    推荐阅读