美文网首页
gradle配置国内镜像

gradle配置国内镜像

作者: 程序员阿兵 | 来源:发表于2018-12-05 09:24 被阅读0次

    Android studio 下载比较慢 使用镜像下载比较快,可分为两部:
    一:

    image.png
    maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
    maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}

    二:

    image.png
    maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
    maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}

    相关文章

      网友评论

          本文标题:gradle配置国内镜像

          本文链接:https://www.haomeiwen.com/subject/haxicqtx.html