美文网首页
使用android studio新建工程目录或者导入工程现在安装

使用android studio新建工程目录或者导入工程现在安装

作者: 月影路西法 | 来源:发表于2019-05-05 09:14 被阅读0次

在repositories中添加如下

google()

jcenter()

maven { url"https://jitpack.io" }

mavenCentral()

maven {

url"https://plugins.gradle.org/m2/"

}

maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }

maven {url"https://maven.google.com"}

你还可以使用阿里的云仓库https://maven.aliyun.com/mvn/view

相关文章

网友评论

      本文标题:使用android studio新建工程目录或者导入工程现在安装

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