【Android】【LTS】Android 开发过程中常用网址汇总

 

目录

一. Android Developer

二. Gradle 

三. Groovy

四. Tool

五. Source

六. Repository


一. Android Developer

  1. https://developer.android.google.cn/
  2. https://github.com/googlesamples          // Google Samples
  3. https://developer.android.google.cn/studio/intro/keyboard-shortcuts           // 键盘快捷键
  4. https://developer.android.google.cn/guide/topics/ui/custom-components          // 自定义视图组件

扫描二维码关注公众号,回复: 9827370 查看本文章

二. Gradle 

1. https://docs.gradle.org/current/userguide/userguide.html   // Gradle User Manual

2. http://google.github.io/android-gradle-dsl/current/

3. http://google.github.io/android-gradle-dsl/               // Android Plugin DSL Reference

4. https://developer.android.google.cn/studio/build/optimize-your-build           // 优化您的构建速度

5. https://developer.android.google.cn/studio/releases/gradle-plugin           // Android Gradle 插件版本说明

6. https://developer.android.google.cn/studio/releases/gradle-plugin#updating-gradle           // 各个 Android Gradle 插件版本所需的 Gradle 版本

7. http://google.github.io/android-gradle-dsl/            // Android Plugin DSL Reference

三. Groovy

1. http://www.groovy-lang.org/documentation.html

四. Tool

1. http://tools.android.com/

2. https://inloop.github.io/shadow4android/                // Android Shadow Generator

3. https://github.com/topics/android

4. https://bintray.com/             // jCenter jFrog Bintray

5. http://jcenter.bintray.com/

6. https://developer.android.google.cn/studio/releases        // release notes

7. https://developer.android.google.cn/studio/releases/gradle-plugin     // Android Gradle plugin

8. https://developer.android.google.cn/reference/packages.html        // Packages Index

9. https://developer.android.google.cn/topic/libraries/support-library       // support library

10. https://developer.android.google.cn/jetpack/androidx        // androidX

11. http://www.androiddevtools.cn/          // AndroidDevTools

五. Source

1. http://androidxref.com/

2. http://aospxref.com/

3. http://www.androidos.net.cn/sourcecode

4. http://www.androidos.net.cn/androidossearch?query=&sid=&from=code        // Android 源码搜索

5. https://github.com/aosp-mirror       // github Framework 镜像源

6. https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/       // 清华AOSP 镜像源 

7. https://source.android.google.cn/setup/build/requirements         // 官网下载要求

8. https://source.android.google.cn/setup/build/initializing              // 官网搭建编译环境

9. https://source.android.google.cn/setup/build/downloading         // 官网下载源代码

六. Repository

1. https://mvnrepository.com/

2. https://search.maven.org/

3. https://repo1.maven.org/maven2/

4. https://maven.aliyun.com/mvn/view

5. https://dl.google.com/dl/android/maven2/index.html

6. https://jitpack.io/

7. https://maven.aliyun.com/repository/public            // AliYun Repo

(持续更新...)

发布了66 篇原创文章 · 获赞 17 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/DovSnier/article/details/93886464