Skip to content

Commit 83e8cf3

Browse files
committed
update
1 parent ac87f5e commit 83e8cf3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Android学习之路.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Andriod学习之路
22

3-
* <http://www.android-studio.org/>
4-
* <http://developer.android.com/guide/index.html>
5-
* <http://developer.android.com/training/index.html>
3+
* <https://developer.android.com/develop/index.html>
64
* Git repositories on android: <https://android.googlesource.com/>
5+
* <http://www.android-studio.org/>
76

87
* 安卓巴士: <http://www.apkbus.com/>
98
* eoeandroid: <http://www.eoeandroid.com/forum.php>
@@ -23,6 +22,11 @@
2322
* Android核心分析: <http://blog.csdn.net/column/details/androidcore.html>
2423
* Android 新一代编译 toolchain Jack & Jill 简介: <https://yq.aliyun.com/articles/40811>
2524
* ANDROID STUDIO详细教程汇总: <http://stormzhang.com/devtools/2015/06/17/android-studio-all/>
25+
* android adb push 与 adb install的比较(两种安装APK的方法): <http://blog.csdn.net/liranke/article/details/6795984>
26+
* Android AM命令行启动程序的方法: <http://blog.csdn.net/sunrock/article/details/5675067>
27+
* Android系统开篇: <http://gityuan.com/android/>
28+
* Handler内存泄漏详解及其解决方案: <http://blog.csdn.net/javazejian/article/details/50839443>
29+
* 对于android.intent.action.MAIN和android.intent.category.LAUNCHER的理解: <http://blog.csdn.net/lindroid20/article/details/51993247>
2630

2731
## Eclipse
2832

0 commit comments

Comments
 (0)