the android development environment

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.download eclipse 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 items appear.

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

你可能感兴趣的:(the android development environment)