android studio gradle 国内代理

Posted 老榕树

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android studio gradle 国内代理相关的知识,希望对你有一定的参考价值。

使用阿里云的国内镜像仓库地址,就可以快速的下载需要的文件

修改项目根目录下的文件 build.gradle :


 
  1. buildscript {  
  2.     repositories {  
  3.         maven{ url ‘http://maven.aliyun.com/nexus/content/groups/public/‘}  
  4.     }  
  5. }  
  6.   
  7. allprojects {  
  8.     repositories {  
  9.         maven{ url ‘http://maven.aliyun.com/nexus/content/groups/public/‘}  
  10.     }  
  11. }  

以上是关于android studio gradle 国内代理的主要内容,如果未能解决你的问题,请参考以下文章

错误记录Android Studio 编译报错 ( Cannot use connection to Gradle distribution . as it has been stopped. )(代

错误记录Android Studio 编译报错 ( This Gradle plugin requires a newer IDE able to request IDE model leve )(代

错误记录Android Studio 编译报错 ( This Gradle plugin requires a newer IDE able to request IDE model leve )(代

Android Studio一直在download - 修改Gradle使用国内源 - 阿里云Maven镜像仓库地址 - 报错platform ‘android-30‘ not found.

Android Studio一直在download - 修改Gradle使用国内源 - 阿里云Maven镜像仓库地址 - 报错platform ‘android-30‘ not found.

Android Studio一直在download - 修改Gradle使用国内源 - 阿里云Maven镜像仓库地址 - 报错platform ‘android-30‘ not found.