Java and Android SDK environment variable configuration process (Windows)
Source: Internet
Author: User
Native JAVA environment variable configuration: java_home:d:\java\jdk1.8.0_112
CLASSPATH:.%java_home%\lib;%java_home%\lib\tools.jar
Path: Append after the original variable:;%java_home%\bin;%java_home%\jre\bin
To verify that the installation was successful, open a command line window and execute java-version at the command prompt. If the installation is successful, you will see the Oracle JDK version number, as shown in the following illustration:
Native Android SDK configuration: ANDROID_SDK_HOME:D:\USERS\ADMINISTRATOR\APPDATA\LOCAL\ANDROID\ANDROID-SDK
Path:;%android_sdk_home%\platform-tools;%android_sdk_home%\tools, as shown in the figure:
Then we can check to see if the Android SDK was installed successfully: enter "ADB version" in the Command line window, and the following appears, the installation was successful:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service