github
https://github.com.cnpmjs.org/
例如:
git clone https://github.com/abc/project.git
修改为
git clone https://github.com.cnpmjs.org//abc/project.git
gradle-xxx.zip
使用android studio下载gralde.zip很慢时,使用
https://mirrors.cloud.tencent.com/gradle
修改gradle-wrapper.properties
例如:
distributionUrl=https://services.gradle.org/distributions/gradle-6.1.1-all.zip
修改为
distributionUrl=https://mirrors.cloud.tencent.com/gradle/gradle-6.1.1-all.zip