Android Studio 替換阿里雲鏡像

原文地址:https://blog.csdn.net/zhang_he_xiang/article/details/89435122

將項目中的build.grade文件中的

google()maven

jcenter()gradle

替換爲:

maven{ url ‘https://maven.aliyun.com/repository/google’}ui

maven{ url ‘https://maven.aliyun.com/repository/gradle-plugin’}google

maven{ url ‘https://maven.aliyun.com/repository/public’}url

maven{ url ‘https://maven.aliyun.com/repository/jcenter’}spa

相關文章
相關標籤/搜索