Androidstudio引用maven库(jcenter,Google)下载依赖失败的解决方法
最后解决:
在jecnter()前或后加上mavenCentral()
网上关于这块有两种推荐方式
加载阿里云仓库服务、华为云服务
使用华为云服务
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
使用阿里云服务
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
- 本文作者: 风追着云
- 本文链接: https:/github.com/tuyrt7/tuyrt7.github.io/2019/11/04/Androidstudio引用maven库-jcenter-Google-下载依赖失败的解决方法/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!

SongTaste