the app development environment
http://developer.android.com/index.html
http://www.hzlitai.com.cn/article/ARM11/SYSTEM/android.html

the course
http://dl.dbank.com/c06oaccbzg#

the android screen monitor
http://code.google.com/p/android-screen-monitor/
put asm.jar into C:\Documents and Settings\Administrator\android-sdks\platform-tools (default) and doubleclick .

Step 1. Preparing Your Development Computer

1.need to install the JDK,
2.downloadeclipse from this location:http://www.eclipse.org/downloads /The "Eclipse Classic" version is recommended.

Step 2. Downloading the SDK Starter Package

get the latest version of the SDK starter package from theSDK download page.

Step 3. Installing the ADT Plugin for Eclipse

Read Installing the ADT Plugin

In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and thefollowing URL for theLocation:
https://dl-ssl.google.com/android/eclipse/
If Eclipse can not find the remote update site containing the ADT plugin,try changing the remote site URL to use http, rather than https. That is, setthe Location for the remote site to:
http://dl-ssl.google.com/android/eclipse/
Note:After Add Repository dialog show,you select "ADT Plugin".Now,you should wait for a while until the proper itemsappear.

If you are still unable to use Eclipse to download the ADT plugin as aremote update site, you can download the ADT zip file to your local machine andmanually install it:

  1. Download the current ADT Plugin zip file from the table below (do not unpack it).
    Name Package Size MD5 Checksum
    ADT 16.0.1 ADT-16.0.1.zip 7000078 bytes 03a2a23650ddac128c8b9e8aaf0aa433
  2. Follow steps 1 and 2 in the default install instructions (above).
  3. In the Add Site dialog, click Archive.
  4. Browse and select the downloaded zip file.
  5. Enter a name for the local update site (e.g., "Android Plugin") in the "Name" field.
  6. Click OK.
  7. Follow the remaining procedures as listed fordefault installation above, starting from step 4.

Step 4. Adding Platforms and Other Components


the open source project
http://blog.csdn.net/dellheng/article/details/7166411#comments





android源码单个下载
https://android.googlesource.com/

android源码使用repo批量下载
http://source.android.com/
http://blog.csdn.net/luoshengyang/article/details/6559955#comments
http://www.cnblogs.com/dwayne/archive/2011/11/16/2250732.html

andorid源码在线查看
http://androidxref.com/source/



android api参考手册
http://developer.android.com/reference/packages.html

android app环境建立
http://developer.android.com/sdk/index.html
、、、、、、、、、、、、、、、、、、、、、、
the driver/kernel development environment
http://source.android.com/index.html

更多相关文章

  1. 拍照或从图库选择
  2. handler机制(二)源码分析
  3. 手机安全卫士开发系列(5)——自动更新
  4. 下载好自动安装
  5. android 批量上传图片
  6. android代码实现自动关机(非root也可以)
  7. 仿迅雷下载球
  8. android-使用AsyncTask做下载进度条
  9. Ubuntu 14.04 编译Oneplus One Bacon CM13.0

随机推荐

  1. Activity切换导致的onCreate重复执行
  2. 基于Android客户端的人人网开放平台开发
  3. Android图片下载缓存库picasso解析
  4. ListView.setOnItemClickListener、setOn
  5. Android: 自定义Tab样式
  6. Lock-free atomic operations in Android
  7. Android(安卓)各层中日志打印功能的应用
  8. Android(安卓)Studio NDK及so文件开发 以
  9. Android应用实例之----基于Service与Cont
  10. Android(安卓)系统图形栈(一): OpenGL ES 和