fetching gradle build models

如果android build 卡在
fetching gradle build models
那么一般就是源已经 不可达。
可以修改成阿里的即可
:
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
mavenCentral()
jcenter()
google()

猜你喜欢

转载自blog.csdn.net/dualvencsdn/article/details/115078007