|
1 |
| -* http://www.android-studio.org/ |
2 |
| -* http://developer.android.com/guide/index.html |
3 |
| -* http://developer.android.com/training/index.html |
4 |
| -* Git repositories on android: https://android.googlesource.com/ |
5 |
| - |
6 |
| -* Android Development Tools for Eclipse: http://marketplace.eclipse.org/content/android-development-tools-eclipse |
7 |
| -* eclipse搭建android开发环境: http://jingyan.baidu.com/article/7e440953ca6f142fc0e2efe0.html |
8 |
| -* Windows7部署Android开发环境傻瓜式教程(Eclipse+ADT): http://www.cnblogs.com/vengen/archive/2010/04/01/AndroidSetup.html |
9 |
| -* 使用 Intel HAXM 为 Android 模拟器加速,媲美真机: http://www.cnblogs.com/beginor/archive/2013/01/13/2858228.html |
10 |
| - |
11 |
| -* 安卓巴士: http://www.apkbus.com/ |
12 |
| -* eoeandroid: http://www.eoeandroid.com/forum.php |
13 |
| -* http://www.anddev.org/ |
14 |
| -* andbook: http://andbook.anddev.org/ |
15 |
| -* http://androidcommunity.com/ |
16 |
| -* http://blog.sina.com.cn/s/articlelist_1463312553_1_1.html |
17 |
| -* http://stackoverflow.com/questions/tagged/android |
18 |
| -* http://www.marschen.com/portal.php |
19 |
| - |
20 |
| -* http://tools.android-studio.org/index.php |
21 |
| -* http://tools.android-studio.org/index.php/proxy |
22 |
| -* https://www.xamarin.com/ |
| 1 | +# Andriod学习之路 |
| 2 | + |
| 3 | +* <http://www.android-studio.org/> |
| 4 | +* <http://developer.android.com/guide/index.html> |
| 5 | +* <http://developer.android.com/training/index.html> |
| 6 | +* Git repositories on android: <https://android.googlesource.com/> |
| 7 | + |
| 8 | +* 使用 Intel HAXM 为 Android 模拟器加速,媲美真机: <http://www.cnblogs.com/beginor/archive/2013/01/13/2858228.html> |
| 9 | + |
| 10 | +* 安卓巴士: <http://www.apkbus.com/> |
| 11 | +* eoeandroid: <http://www.eoeandroid.com/forum.php> |
| 12 | +* <http://www.anddev.org/> |
| 13 | +* andbook: <http://andbook.anddev.org/> |
| 14 | +* <http://androidcommunity.com/> |
| 15 | +* <http://blog.sina.com.cn/s/articlelist_1463312553_1_1.html> |
| 16 | +* http://stackoverflow.com/questions/tagged/android> |
| 17 | +* <http://www.marschen.com/portal.php> |
| 18 | + |
| 19 | +* <https://www.xamarin.com/> |
| 20 | + |
| 21 | +## Eclipse |
| 22 | + |
| 23 | +* Android Development Tools for Eclipse: <http://marketplace.eclipse.org/content/android-development-tools-eclipse> |
| 24 | +* eclipse搭建android开发环境: <http://jingyan.baidu.com/article/7e440953ca6f142fc0e2efe0.html> |
| 25 | +* Windows7部署Android开发环境傻瓜式教程(Eclipse+ADT): <http://www.cnblogs.com/vengen/archive/2010/04/01/AndroidSetup.html> |
| 26 | + |
| 27 | +## Gradle |
| 28 | + |
| 29 | +* <http://gradle.org/> |
| 30 | +* Gradle User Guide: <https://docs.gradle.org/current/userguide/userguide_single.html> |
| 31 | +* 配置构建: <https://developer.android.com/studio/build/index.html> |
| 32 | + |
| 33 | +## Kotlin |
| 34 | + |
| 35 | +* <http://kotlinlang.org/> |
0 commit comments