Gradle 仓库中心的项目,下载速度又比较慢,

网上查询了下,

在 project 的 build.gradle中修改如下:

allprojects {
    repositories {
        //jcenter()
        maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
    }
}

然后点击 gradle rync 即可!

速度加进去,感受飞一样的感觉吧!~~~

 

本博客地址: wukong1688

本文原文地址:https://www.cnblogs.com/wukong1688/p/10671410.html

转载请著名出处!谢谢~~

相关文章:

  • 2021-10-26
  • 2022-12-23
  • 2021-07-20
  • 2021-11-25
  • 2021-12-14
  • 2021-11-10
  • 2022-12-23
猜你喜欢
  • 2021-11-16
  • 2021-11-21
  • 2021-08-01
  • 2022-02-23
  • 2021-05-17
  • 2022-12-23
相关资源
相似解决方案