How to configure environment variables, and how to build the environment below is the tutorial
My Computer > Properties > Advanced system Settings > Advanced > Environment variables
1. JDK
1.1 Java_home 1
Example: C:\Program files\java\jdk1.7.0_79\ 2
Note: Last remember to add the slash "\"
1.1 Classpath 3
.; %java_home%\lib\tools.jar;%java_home%\lib\dt.jar 4
1.3 Path 5
%java_home%\bin; 6: Add to the front, press the home button on the computer directly
2. Eclipse
2.1 Extract Eclipse-java-luna-sr1-win32-x86_64.rar to the specified directory
2.2 To download eclipse, depending on how many bits you have on your system, download it directly and extract it to your d:/directory.
3. Andriod SDK (22.3)
3.1 Install agent software, such as: Lantern (Lantern)
3.2 to andriod official website Download SDK
Log in to the http://developer.android.com/sdk/index.html page, scroll to the bottom of this page,
You can see the relevant download link and select the SDK download for the operating system
3.3 Launch SDK manager tick the platforms and tools you need to install
3.4 Android SDK directory structure and function (see annex for details)
3.5 Configuring the ADB environment variable for Android
3.5.1 Android_sdk_home 7 to new key
For example: F:\MyAndroid\android-sdk_r22.3-windows 8 directly find the file, directly to the path ctrl+c,ctrl+v
3.5.2 Path 9
%android_sdk_home%\platform-tools;%android_sdk_home%\tools; 10
4. Installing ADT (22.3.0)
4.1 Add ADT Plugin offline
Help-> Install New sfotware, click Add and select Adt-23.0.6.zip in the popup dialog box.
4.2 Set up SDK manager and ADT Manager to display it in the toolbar
Open Eclipse->window->costomize perpective (custom perspective)->command Groups Availability tab,
Select the Andriod related check box.
4.3 Restart Eclipse and set the SDK path
4.4 Important things to say three times: The ADT version must be consistent with the version of the SDK ~~~adt version must be consistent with the version of the SDK ~~~adt version must be consistent with the SDK version
Big Brother: If there is insufficient place, please advise, thank you
Configuration environment Variables for Android