标签: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
标签:build adl androi resolve 仓库 ane 阿里镜像 maven div
原文地址:http://www.cnblogs.com/anylemons/p/7667677.html