1. 安装第三方库无法下载Google有关的资源。
在android 项目文件 build 文件 把
google()
jcenter()
修改 为
maven 仓 改用阿里的镜像访问
maven { url 'maven.aliyun.com/repository/…' }
maven { url 'maven.aliyun.com/repository/…' }
maven { url 'maven.aliyun.com/nexus/conte…' }
1. 安装第三方库无法下载Google有关的资源。
在android 项目文件 build 文件 把
google()
jcenter()
修改 为
maven 仓 改用阿里的镜像访问
maven { url 'maven.aliyun.com/repository/…' }
maven { url 'maven.aliyun.com/repository/…' }
maven { url 'maven.aliyun.com/nexus/conte…' }