I. Installation of the JAVA SDK (JDK)
Http://www.cnblogs.com/tinyphp/p/3664598.html
Second, Adt-bundle
Official download (slow) >> faster >>
Extract the downloaded adt-bundlexx.zip directly to the location you need to install, already include Eclipse, open Eclipse, set up the project storage location
Third, manage the Android SDK
Select Android SDK Manager in the interface
For easy downloading:
Select Tool->options.., tick
Open: Hosts under the C:\Windows\System32\drivers\etc folder, end write: (note line break)
#google_android更新 203.208.46.146 dl.google.com 203.208.46.146 dl-ssl.google.com
Back to Android SDK Manager, select Packages->reload
You can easily download the package packages for each Android system, preferably all on the check box, and then click Install x Packages ... And then just wait.
Iv. Configuring the Android AVD
Specify the android AVD path, configure environment variables,
To create a new system variable:
Android_sdk_home
Variable Value customization (AVD path): D:\Program FILES\ANDROID_AVD
Add variable to path:;%android_sdk_home%
Configuration is successful and can be seen in the AVD manager
Click AvD Manager
After completing/Selecting the required fields, "OK"
Select Virtual device after creation click start--and then click Launch
Five
Create Android Project
Android: Development environment