赞
踩
在build.gradle中的repositories加上以下两行
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven{
url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
示例:
repositories {
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven{
url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。