Skip to content

Commit 97add4d

Browse files
committed
update
1 parent 7fb678b commit 97add4d

File tree

3 files changed

+40
-329
lines changed

3 files changed

+40
-329
lines changed

Android学习之路.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* <https://developer.android.com/develop/index.html>
44
* Git repositories on android: <https://android.googlesource.com/>
55
* <http://www.android-studio.org/>
6+
* AOSP: <https://source.android.com/>
67

78
* 安卓巴士: <http://www.apkbus.com/>
89
* eoeandroid: <http://www.eoeandroid.com/forum.php>
@@ -44,6 +45,13 @@
4445
* MIUI ROM适配之旅第一天——认识Android手机: <http://www.miui.com/thread-402302-1-1.html>
4546
* android获取内置和外置SD卡路径: <http://blog.csdn.net/chadeltu/article/details/43736093>
4647

48+
* Android Studio系列教程一--下载与安装: <http://stormzhang.com/devtools/2014/11/25/android-studio-tutorial1/>
49+
* Android Studio系列教程二--基本设置与运行: <http://stormzhang.com/devtools/2014/11/28/android-studio-tutorial2/>
50+
* Android Studio系列教程三--快捷键: <http://stormzhang.com/devtools/2014/12/09/android-studio-tutorial3/>
51+
* Android Studio系列教程四--Gradle基础: <http://stormzhang.com/devtools/2014/12/18/android-studio-tutorial4/>
52+
* ANDROID STUDIO系列教程五--GRADLE命令详解与导入第三方包: <http://stormzhang.com/devtools/2015/01/05/android-studio-tutorial5/>
53+
* ANDROID STUDIO系列教程六--GRADLE多渠道打包: <http://stormzhang.com/devtools/2015/01/15/android-studio-tutorial6/>
54+
4755
## Eclipse
4856

4957
* Android Development Tools for Eclipse: <http://marketplace.eclipse.org/content/android-development-tools-eclipse>
@@ -54,12 +62,23 @@
5462
* Android程序开发初级教程(二): <http://blog.csdn.net/k7sem/article/details/1887437>
5563
* Android程序开发初级教程(三): <http://blog.csdn.net/k7sem/article/details/1887499>
5664

57-
## Gradle
65+
## Gradle And Android Plugin
5866

5967
* <http://gradle.org/>
6068
* Gradle User Guide: <https://docs.gradle.org/current/userguide/userguide_single.html>
61-
* 配置构建: <https://developer.android.com/studio/build/index.html>
6269
* Chapter 6. The Gradle Wrapper: <https://docs.gradle.org/current/userguide/gradle_wrapper.html>
70+
* Getting Started With Gradle: <https://www.petrikainulainen.net/getting-started-with-gradle/>
71+
* Gradle学习系列之一——Gradle快速入门: <http://www.cnblogs.com/davenkin/p/gradle-learning-1.html>
72+
* gradle使用文档: <https://yq.aliyun.com/articles/54151>
73+
* Gradle修改本地仓库的位置: <http://blog.csdn.net/xq328220454/article/details/30233759>
74+
75+
* (新)配置构建: <https://developer.android.com/studio/build/index.html>
76+
* (老)Gradle Plugin User Guide: <http://tools.android.com/tech-docs/new-build-system/user-guide>
77+
* (老)Gradle Plugin User Guide 翻译: <http://avatarqing.github.io/Gradle-Plugin-User-Guide-Chinese-Verision/>
78+
* 加速Android Studio/Gradle构建: <https://isming.me/2015/03/18/android-build-speed-up/>
79+
* 用Gradle 构建你的android程序: <https://www.cnblogs.com/youxilua/archive/2013/05/20/3087935.html>
80+
* 用Gradle 构建你的android程序-依赖管理篇: <http://www.cnblogs.com/youxilua/archive/2013/05/22/3092657.html>
81+
6382

6483
## Gerrit
6584

C_CPP学习之路.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@
5353
* ICU - International Components for Unicode: http://site.icu-project.org/
5454
* libevent: http://libevent.org/
5555

56-
5756
* Comparing Two High-Performance I/O Design Patterns: http://www.artima.com/articles/io_design_patterns.html
5857

59-
6058
* MinGW: http://www.mingw.org/
6159
* MinGW-w64: http://mingw-w64.org/
6260
* TDM-GCC: http://tdm-gcc.tdragon.net/
@@ -85,13 +83,6 @@
8583
3、在源文件中添加相应的头文件后即可实现自动补全。
8684

8785

88-
89-
90-
## Other IDEs
91-
92-
* http://www.codelite.org/
93-
* http://anjuta.org/
94-
9586
## CMake
9687

9788
* https://cmake.org/

0 commit comments

Comments
 (0)