1. Download JDK
: http://www.oracle.com/technetwork/java/javase/downloads/index.html
650) this.width=650; "title=" \ "SDK download. jpg\" "src="%5c "alt=" wkiol1pe8qyja62kaalac3madd0315.jpg\ "/>
2. Installing the JDK
Direct installation, the path to choose their favorite, the other all the way next, my installation path "D:\\java\\jdk1.8.0_11"
3. Configuring Java Environment variables
Open step: My Computer-Right-click Properties-Advanced system Settings-advanced-environment variables
650) this.width=650; "title=" \ "open environment variable. jpg\" "src="%5c "alt=" wkiom1pe-y2y9yamaamoosmipiu856.jpg\ "/> Configure environment variables:
A) New variable "Java_home", the variable value is "JDK installation path", Mine is "D:\\java\\jdk1.8.0_11"
650) this.width=650; "title=" \ "java_home.jpg\" "src="%5c "alt=" wkiol1pe_shxgppmaacgecswhpk776.jpg\ ""/>
b) Create a new variable "Class_path" with the variable value ".; %java_home%\\lib;%java_home%\\lib\\tools.jar "
650) this.width=650; "title=" \ "class_path.jpg\" "src="%5c "alt=" wkiom1pe_bqjbhh6aacqup4w1hs264.jpg\ ""/>
c) Open the variable "Path" at the end of the add ";%java_home%\\bin;%java_home%l\\jre\\bin;"
650) this.width=650; "title=" \ "path.jpg\" "src="%5c "alt=" wkiol1pe_uuwjmy-aaczhhwrflq024.jpg\ ""/>
4. Verify that the environment variable is configured successfully
Win+r-Input cmd Enter-enter Java carriage return-Enter Javac carriage return
Success or not at a glance
5. Download Eclipse
: http://developer.android.com/sdk/index.html
Note: This download is downloaded directly from the Eclipse and Android SDK, and the official documents are fully
Free install version, copy directly to your favorite directory, I put eclipse as the JDK, directly into the D-packing directory.
6. Install the Android ADT plugin in eclipse
ADT "Eclipse-based Android development tool expansion Pack"
This article from "Yang Jinxiang" blog, declined reprint!