解決android studio引用遠程倉庫下載慢(JCenter下載慢)

使用開源中國的maven庫

阿里雲的(速度飛快):http://maven.aliyun.com/nexus/content/groups/public/bash

替換項目根目錄下build.gradle中的maven

repositories {
          jcenter()
    }

爲:gradle

repositories {
        maven{url 'http://maven.aliyun.com/nexus/content/groups/public/'} }
相關文章
相關標籤/搜索