Android studio下载依赖包很慢

Posted 小阿仙的fans

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android studio下载依赖包很慢相关的知识,希望对你有一定的参考价值。

 build gradle文件

buildscript {
repositories {
//jcenter()
maven { url ‘http://maven.oschina.net/content/groups/public/‘ }
}
dependencies {
classpath ‘com.android.tools.build:gradle:2.2.2‘

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

 或者

buildscript {
repositories {
jcenter()
}
dependencies {
classpath ‘com.android.tools.build:gradle:2.2.2‘
classpath ‘com.github.dcendents:android-maven-gradle-plugin:1.5‘
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}





















以上是关于Android studio下载依赖包很慢的主要内容,如果未能解决你的问题,请参考以下文章

Android课程---Android Studio使用小技巧:提取方法代码片段

听说你Android Studio更新Gradle很慢

android studio 为啥每次build gradle很慢

错误记录Android Studio 编译报错 ( Could not determine java version from ‘11.0.8‘. | Android Studio 降级 )(代码片段

错误记录Android Studio 编译报错 ( Could not determine java version from ‘11.0.8‘. | Android Studio 降级 )(代码片段

在Android Studio片段之间切换时地图片段不隐藏