美文网首页
Android Developer notes.

Android Developer notes.

作者: iamayden | 来源:发表于2019-06-23 10:19 被阅读0次

一、 常用配置

1、加载阿里云镜像

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

二、常用资源

1、网站

Gradle 下载
https://services.gradle.org/distributions/
Android 开发者中文网站
https://developer.android.google.cn/
Material
https://material.io/

相关文章

网友评论

      本文标题:Android Developer notes.

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