Install Android Studio

Source: Internet
Author: User

The company moved the new address, taking advantage of the free, install Android studio on the new computer ...

1. Download Android Studio

http://www.android-studio.org/

Version: 2.3.1.0

Installation process Some steps I am not very clear, before the development of the requirements, step by step.

The main choice is the installation path.

Specific can refer to others, here will not show.

2. Download JDK

Http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Find the corresponding version of the computer, 32-bit or 64-bit;

Note Choose a good installation path.

3. Configure Environment variables

New java_home variable, variable value fill in the JDK installation directory

Locate the Path variable and enter%java_home%\bin;%java_home%\jre\bin at the end of the variable value;

(Because my Computer is window is, so do not need to use; number to separate)

New CLASSPATH variable, variable value filled in.; %java_home%\lib;%java_home%\lib\tools.jar (Note that there is a point in the front)

Verify that the configuration is successful:
Open command Line (menu key +r, enter CMD)

At the command line input java-version, the following output proves that the JDK configuration was successful:

4. Configure the ADB environment variable

New Android_home variable, the value of the variable is the installation path of the Android SDK;

After locating the variable name path, set the variable value%android_home%\platform-tools;%android_home%\tools.

Open a Command Prompt window, enter adb at the command line, and if you see the same set of arguments about the parameters then prove that the Android environment variable is already configured.

Install Android Studio

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.