赞
踩
使用说明
1,官网下载地址https://services.gradle.org/distributions,不同版本更改版本号即可,官网下载不成功的,嫌官网下载速度慢的,可以直接在这里下载
2,更多版本gradle*.zip资源包参见https://blog.csdn.net/liuxingyuzaixian/article/details/107882711,如有需要可当做工具收藏。这里坚持并且免积分下载,如有需要积分可以博客下留言邮箱
将指定版本gradle*.zip文件拷贝到项目的gradle/wrapper文件夹目录下,并且更改gradle-wrapper.properties的distributionUrl为该文件名称即可
使用以下配置
其中maven { url ‘https://dl.google.com/dl/android/maven2/’ }与maven { url ‘https://maven.aliyun.com/repository/google’ }皆为google()的国内镜像库
maven { url'http://maven.aliyun.com/nexus/content/groups/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://dl.google.com/dl/android/maven2/' }
Anyway, it’s weird since I’m sure all the three options are satisfied, but maven { url ‘https://maven.google.com’ } works while google() not.
In general maven { url ‘https://maven.google.com’ } is somehow a better choice than google().
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。