美文网首页
AS依赖库

AS依赖库

作者: 腾讯网友 | 来源:发表于2020-11-30 17:14 被阅读0次

 build.gradle 

repositories { 

 google() 

 jcenter()

    }

修正为

repositories { 

 jcenter()

 maven { 

 url "https://maven.aliyun.com/repository/jcenter" }

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

 }

相关文章

网友评论

      本文标题:AS依赖库

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