码迷,mamicode.com
首页 > 其他好文 > 详细

Gradle 修改 Maven 仓库地址(阿里镜像)

时间:2017-10-14 18:27:04      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:build   adl   androi   resolve   仓库   ane   阿里镜像   maven   div   

android studio打开项目后一直Gradle:Resolve dependecies ‘app_XXAPk‘很长时间?

 

uildscript {
    repositories {
        maven { url ‘http://maven.aliyun.com/nexus/content/groups/public/‘ }
        jcenter()
    }
    dependencies {
        classpath ‘com.android.tools.build:gradle:2.2.3‘

        // 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/‘ }
        jcenter()
    }
}

转:https://my.oschina.net/ranvane/blog/820262

 

Gradle 修改 Maven 仓库地址(阿里镜像)

标签:build   adl   androi   resolve   仓库   ane   阿里镜像   maven   div   

原文地址:http://www.cnblogs.com/anylemons/p/7667677.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!