美文网首页
【Android Studio工程配置相关】

【Android Studio工程配置相关】

作者: 0xC | 来源:发表于2018-10-10 14:27 被阅读11次
  • 设置依赖库,使用aliyun的maven依赖,主要解决墙内无法使用google依赖库的问题
allprojects {
    repositories {
        maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
        jcenter()
    }
}
  • 配置support-v7库依赖

相关文章

网友评论

      本文标题:【Android Studio工程配置相关】

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