国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > Android > 正文

解決android studio 3.0 加載項目過慢問題--maven倉庫選擇

2019-12-12 01:42:52
字體:
供稿:網(wǎng)友

今天用android studio 3.0打開項目時發(fā)現(xiàn)一直在谷歌的maven倉庫加載

卡到這不動了,看了下maven倉庫的配置發(fā)現(xiàn):

buildscript {  repositories {    jcenter()    maven {      url 'https://maven.google.com'      name 'Google'    }    google()  }  dependencies {    classpath 'com.android.tools.build:gradle:3.0.0'    // NOTE: Do not place your application dependencies here; they belong    // in the individual module build.gradle files  }}allprojects {  repositories {    jcenter()    maven {      url 'https://maven.google.com'      name 'Google'    }    google()  }}task clean(type: Delete) {  delete rootProject.buildDir}

maven倉庫的路徑居然是:https://maven.google.com

后來在網(wǎng)上找了個阿里云上面的maven地址,配置如下:

buildscript {  repositories {    jcenter()    maven {      url 'http://maven.aliyun.com/nexus/content/groups/public'//      name 'Google'    }    google()  }  dependencies {    classpath 'com.android.tools.build:gradle:3.0.0'    // NOTE: Do not place your application dependencies here; they belong    // in the individual module build.gradle files  }}allprojects {  repositories {    jcenter()    maven {      url 'http://maven.aliyun.com/nexus/content/groups/public'//      name 'Google'    }    google()  }}task clean(type: Delete) {  delete rootProject.buildDir}

這之后就發(fā)現(xiàn)加載快多了。

總結(jié)

以上所述是小編給大家介紹的解決android studio 3.0 加載項目過慢問題--maven倉庫選擇,希望對大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會及時回復(fù)大家的!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 许昌县| 延庆县| 兴宁市| 凤山市| 双流县| 曲阜市| 江永县| 万荣县| 哈尔滨市| 清水河县| 新乡市| 万全县| 会理县| 马龙县| 赣榆县| 上思县| 望城县| 淮北市| 石嘴山市| 高唐县| 苍梧县| 南郑县| 临邑县| 临猗县| 叶城县| 广安市| 东港市| 舟曲县| 泰兴市| 文昌市| 涿州市| 年辖:市辖区| 崇明县| 和政县| 南康市| 即墨市| 汝州市| 天镇县| 永仁县| 拉孜县| 徐水县|