How to easily configure the android Development Environment jdk + sdk and Android jdk sdk

Source: Internet
Author: User

How to easily configure the android Development Environment jdk + sdk and Android jdk sdk
AS installation + jdk installation, mainly jdk
AS: download the latest version of installation.
Both must configure environment variables.
> Configure environment variables in jdk
After jdk1.8.0 is successfully installed, You need to configure the environment variables:

Right-click the computer and choose Properties> advanced system settings. Click environment variable:


Note: The variable value configuration of a specific variable name is based on the jdk path installed by yourself. The above path is the default installation path for reference only.
Verify jdk version

> For sdk environment variables, see the following article.
Https://blog.csdn.net/feixiangsmile/article/details/67639664
-Main

-- The environment variables of 2 are: % JAVA_HOME % \ bin; % ANDROID_HOME % \ tools; % ANDROID_HOME % \ platform-tools
[Key point-the essence of a few words]
> You can find your own installation path and configure JAVA_HOME and ANDROID_SDK_HOME,
> Then copy and paste the following sentence in the path.
Environment Variables configured in my computer:

> Copy and paste the following section to the path.
% Android_SDK_HOME %/platform-tools; % Android_SDK_HOME % \ build-tools \ 25.0.3; % Android_SDK_HOME %/tools; % JAVA_HOME % \ bin
> Here, % Android_SDK_HOME %/platform-tools is required by the adb command, and it is best to match (genymotion can install apk directly by adb install ).

 

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.