tools to prepare: JDK, ADT (Eclipse with Android SDK)
: http://pan.baidu.com/disk/home?sr=fc#path=%252F32
Installing the JDK
1. Select the JDK and open
2. Click Next
3. Click Next
4. Indicates that the installation is in progress
5. Click Next
6. Click Close
2. Test the Android development environment
1. Open the Eclipes with the Android SDK
2. After modifying the Android working path, click OK
3. Click Finish
4, after the completion of the Android development environment to enter the interface
Set up a virtual device to manage Android
1. Select window
2. Select Android Virtual Device Manager (Android VM)
3, opened the management of Android virtual device interface
4. Click New
5. Opened the interface to create an Android virtual machine
6. Enter ANDROIDFYT in AVD name
7. Select WVGA in Device
8. Select the Use Host GPU
9. Click OK
10. Shut down the virtual machine
Build an Android project to test your Android development environment
1. Select File
2. Select New
3. Select Android Application Project
4. Enter HelloWorld in Application name
5. Click Next
6. Click Next
7. Click Next
8. Click Next
9. Click Finish
10, after completion will enter the Android project interface
11. Select HelloWorld Right-click
12. Choose RunAs
13. Choose android Application
14. Execution Result: (indicates successful Android development environment)
Build an Android development environment under Windows