1. Download jdk,http://www.oracle.com/technetwork/java/javase/downloads/index.html, select version
2. Install the JDK you just downloaded
3. Environment variable configuration,
New java_home system variable: C:\Program files\java\jdk1.7.0_65 (JDK installation directory)
New Class_path system variable:.; %java_home%\lib;%java_home%\lib\tools.jar; Notice the front is.;
Add PATH environment variable:%java_home%\bin;%java_home%l\jre\bin;
4. Verify that the environment variables are configured correctly and run Java-version on the DOS interface
appears as on the interface, stating that the configuration is correct.
5. Download the Eclipse and ADT bundle at the address: http://developer.android.com/sdk/index.html
This release integrates Eclipse and ADT bundles
6. After the download is complete, add the PATH environment variable: D:\adt-bundle-windows64\sdk\tools; (here is the decompression location of Celipse ADT)
7. Open Eclipse, click the Android SDK Manager button to download the required plugins
7. Enter Android-h in CMD to see if the installation is successful
8. Specify Android Virtual machine directory, create new environment variable, android_sdk_home, assign value to D:\ADT-BUNDLE-WINDOWS64\SDK;
win8.1 64-bit environment to build Android development environment