解决 Configure build 下载慢的问题

Posted shandian333

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 Configure build 下载慢的问题相关的知识,希望对你有一定的参考价值。

在build.gradle 文件加入下面代码即可

 buildscript {
    repositories {
        maven{ url ‘http://maven.aliyun.com/nexus/content/groups/public/‘}
        google()
    }
}

allprojects {
    repositories {
        maven{ url ‘http://maven.aliyun.com/nexus/content/groups/public/‘}
        google()
    }
}

以上是关于解决 Configure build 下载慢的问题的主要内容,如果未能解决你的问题,请参考以下文章

完美解决gradle下载慢的问题

解决AS gradle下载同步卡慢的问题

Gradle: Download 下载慢的解决办法

idea创建maven项目慢的原因以及解决方案

Jupyter Notebook: 解决build docker-stacks时conda太慢的问题

Visual Studio 使用 Parallel Builds Monitor 插件迅速找出编译速度慢的瓶颈,优化编译速度