Configuring andriod Environment Variables the premise is to install the Java environment first.
1, download the Android SDK, click Install, direct default path can! :http://developer.android.com/sdk/index.html
2. After the default path is installed, the installation is complete and the environment variable is started.
3. Turn on the computer properties- advanced system Settings- environment variables (as above)
4, create a new environment variable, variable name:android_home, variable value:D:\adt-bundle-windows-x86_64-20140702\sdk(in your installation directory , confirm that there is Tools, add-ons, and more), click Confirm.
5. Add the variable value after the user variable path ;%android_home%\platform-tools; Click Confirm. add in the system variable path ; D:\ADT-BUNDLE-WINDOWS-X86_64-20140702\SDK\tools
6,the Android SDK configuration is complete, and then verify that the configuration is successful.
7, click Run- input cmd-Enter-Enter the ADB- carriage return, if a bunch of English, as shown, that is, the configuration is successful, in the input Android, Launch Android SDK Manager.
Installation and environment variable configuration for Android SDK