win8.1 64-bit environment to build Android development environment

Source: Internet
Author: User
Tags android sdk manager

1. Download jdk,http://www.oracle.com/technetwork/java/javase/downloads/index.html, select version


2. Install the JDK you just downloaded

3. Environment variable configuration,

New java_home system variable: C:\Program files\java\jdk1.7.0_65 (JDK installation directory)

New Class_path system variable:.; %java_home%\lib;%java_home%\lib\tools.jar; Notice the front is.;

Add PATH environment variable:%java_home%\bin;%java_home%l\jre\bin;


4. Verify that the environment variables are configured correctly and run Java-version on the DOS interface


appears as on the interface, stating that the configuration is correct.

5. Download the Eclipse and ADT bundle at the address: http://developer.android.com/sdk/index.html


This release integrates Eclipse and ADT bundles

6. After the download is complete, add the PATH environment variable: D:\adt-bundle-windows64\sdk\tools; (here is the decompression location of Celipse ADT)

7. Open Eclipse, click the Android SDK Manager button to download the required plugins


7. Enter Android-h in CMD to see if the installation is successful

8. Specify Android Virtual machine directory, create new environment variable, android_sdk_home, assign value to D:\ADT-BUNDLE-WINDOWS64\SDK;

win8.1 64-bit environment to build Android development environment

Related Article

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.