1. First configure the Java environment in the native computer, online similar tutorials have been many
2. Enter the Android SDK website:
Http://developer.android.com/sdk/index.html
Develop-tools Click Download Eclipse ADT
In the downloaded compressed package, contains the Eclipse (IDE), Sdk,sdk Manager, you can run the Eclipse folder directly under Eclipse.exe run Eclipse to the Android program development.
If you want to develop a specific version of the Android program, you can open the package within the SDK Manager.exe, depending on the version of the choice to download the different SDK.
In Eclipse, file-new-android application Project can create your own Android program.
Once created, if you need to see how the program performs, you can choose between real-machine execution and virtual device execution.
1. Real-Machine execution:
Connect your Android phone to your computer via a USB cable. The phone can be conveniently connected by various manufacturers ' mobile phone assistants. You can also phone, set-click the kernel version number continuously on the phone. After successfully opening the developer mode, turn on USB debugging in the Settings-developer options.
After connecting the computer, go back to Eclipse, right-click Android Project-run as-android application. Select a mobile device that is running, and after that the software is packaged and downloaded into the mobile device and installed and started.
or select the virtual appliance in the run as-android application. After you start the virtual appliance, debug the installation package on the virtual appliance.
Android Development Environment Building