first, tools must be prepared1.jdk1.6 version above, Baidu
2.Android SDK Tools at least 21.0.0 rc9 version
3.myEclipse 8.5 or more
4.ADT Offline installation package
Second, install Java JDKAfter you install the Installation Wizard, configure the environment variables
path:,;D: \program Files\java\jdk1.6.0_20\bin;Java_home:D:\Program files\java\jdk1.6.0_20
Classpath:%classpath%;%java_home%\lib;
Three:Android SDK InstallationDownload the SDK and place it directly in the appropriate directory after decompression: For example: D:\Program files\android\android_sdk_windows\adt-bundle-windows-x86-20131030\sdk\
Don't forget to configure the environment variable "Path": D:\Program files\android\android_sdk_windows\adt-bundle-windows-x86-20131030\sdk\tools "Android_sdk_home": Indicates the directory where you want to place the Android emulator, for example: E:\Android_GVD
Four, development tool MyEclipse installationFollow the installation wizard and don't repeat it here
v. ADT (Android develop tools) installationit is best to download the latest version of ADT, extract the features and plugins two directories directly into the MyEclipse installation directorythe Dropins folder.
Six: Configure MyEclipse
Seven, configure the Android simulator
From for notes (Wiz)
Android Development Environment Build (i)