How to Install Android Studio: A Comprehensive Guide

How to Install Android Studio: A Comprehensive Guide

Android Studio Download Link:

Click the Read Original at the bottom of the article + Password: xv2b

Software Introduction

On May 16, 2013, at the I/O conference, Google launched a new Android development environment—Android Studio, and improved the developer console, adding five new features. Android Studio allows developers to see how their applications look on different screen sizes while writing code.

Installation Steps:

1. Install JDK and configure environment variables.

1. Double-click jdk-8u131.exe, click Next.

How to Install Android Studio: A Comprehensive Guide

2. Select the installation path, my installation path is D:\Program Files\Java\jdk1.8.0_131\

How to Install Android Studio: A Comprehensive Guide

How to Install Android Studio: A Comprehensive Guide

3. During installation.

How to Install Android Studio: A Comprehensive Guide

4. It is recommended to create a folder jre1.8 under D:\Program Files\Java, then click Change to select the newly created jre1.8 folder, and then click Next.

How to Install Android Studio: A Comprehensive Guide

How to Install Android Studio: A Comprehensive Guide

How to Install Android Studio: A Comprehensive Guide

5. During installation.

How to Install Android Studio: A Comprehensive Guide

6. Right-click “Computer”. Click “Properties”.

How to Install Android Studio: A Comprehensive Guide

7. Click “Advanced system settings”.

How to Install Android Studio: A Comprehensive Guide

8. Click “Advanced”, then click “Environment Variables”.

How to Install Android Studio: A Comprehensive Guide

9. Click New. Enter JAVA_HOME as the variable name, and enter the installation path copied from step 3 as the variable value. D:\Program Files\Java\jdk1.8.0_131\

How to Install Android Studio: A Comprehensive Guide

How to Install Android Studio: A Comprehensive Guide

10. Click New. Enter CLASSPATH as the variable name

Enter the variable value.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar

How to Install Android Studio: A Comprehensive Guide

11. Find Path in the system variables, click Edit.

Enter the variable value %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;

How to Install Android Studio: A Comprehensive Guide

How to Install Android Studio: A Comprehensive Guide

12. Check if JDK is installed successfully. Press the “WIN key + R key” on the keyboard. Enter “cmd”. Click OK.

How to Install Android Studio: A Comprehensive Guide

13. Enter the command: java -version (there is a space between java and -version), and try the three commands java, javac (if any of them fail, it indicates JDK environment configuration failed). All show normal, indicating successful configuration!

When entering java -version, the success screenshot is as follows:

How to Install Android Studio: A Comprehensive Guide

When entering java, the success screenshot is as follows:

How to Install Android Studio: A Comprehensive Guide

When entering javac, the success screenshot is as follows:

How to Install Android Studio: A Comprehensive Guide

2: Unzip the SDK files.

Note: The unzipping path should not contain Chinese characters, and disk space should be more than 20G.

1. Right-click the sdk file, select Extract to (F)…

How to Install Android Studio: A Comprehensive Guide

2. Choose the newly created sdk folder for the extraction path, I choose D:\sdk (copy this path for later modification of environment variables).

How to Install Android Studio: A Comprehensive Guide

3. Right-click “Computer”. Click “Properties”.

How to Install Android Studio: A Comprehensive Guide

4. Click “Advanced system settings”.

How to Install Android Studio: A Comprehensive Guide

5. Click “Advanced”, then click “Environment Variables”.

How to Install Android Studio: A Comprehensive Guide

6. Click New. Enter ANDROID_SDK_HOME as the variable name, and enter the installation path from step 3 as the variable value. D:\sdk

How to Install Android Studio: A Comprehensive Guide

How to Install Android Studio: A Comprehensive Guide

How to Install Android Studio: A Comprehensive Guide

3: Install Android Studio.

1. Double-click to open the android studio installation package.

How to Install Android Studio: A Comprehensive Guide

2. Click Next

How to Install Android Studio: A Comprehensive Guide3. Do not check Android SDK, click Next

How to Install Android Studio: A Comprehensive Guide

4. Click I Agree

How to Install Android Studio: A Comprehensive Guide5. Click Browse to select the previously created sdk folder on D drive or other drives.

How to Install Android Studio: A Comprehensive Guide

6. Click Browse to change the installation location of Android Studio, you can create a folder AndroidStudio on D drive or other drives.

How to Install Android Studio: A Comprehensive Guide

7. Click Next

How to Install Android Studio: A Comprehensive Guide8. Click Install to start the installation.

How to Install Android Studio: A Comprehensive Guide

9. Installation is in progress. If you see the following prompt, click OK, and click Next after installation is complete.

How to Install Android Studio: A Comprehensive Guide

How to Install Android Studio: A Comprehensive Guide

10. Click Finish

How to Install Android Studio: A Comprehensive Guide

11. After opening the software, select the second option, then click OK.

How to Install Android Studio: A Comprehensive Guide

12. Click Next.

How to Install Android Studio: A Comprehensive Guide

13. Select Custom and then click Next.

How to Install Android Studio: A Comprehensive Guide

14. Click Next.

How to Install Android Studio: A Comprehensive Guide

15. Click Next.

How to Install Android Studio: A Comprehensive Guide

16. Click Finish.

How to Install Android Studio: A Comprehensive Guide

17. The progress is relatively slow, please wait a bit longer.

How to Install Android Studio: A Comprehensive Guide

18. Click Finish.

How to Install Android Studio: A Comprehensive Guide

19. If there is a prompt in the upper right corner, click close.

How to Install Android Studio: A Comprehensive Guide

20. Find the Android Studio software icon in the start menu, right-click to send a shortcut to the desktop.

How to Install Android Studio: A Comprehensive Guide

21. Installation completed.

How to Install Android Studio: A Comprehensive Guide

*Configure the SDK environment of Android Studio

1. After launching the Android Studio software, click configure in the list.

How to Install Android Studio: A Comprehensive Guide

2. Click Project Defaults

How to Install Android Studio: A Comprehensive Guide

3. Click Project Structure

How to Install Android Studio: A Comprehensive Guide

4. Reminder: If the path is already set, there is no need to reset it. In the input box for Android sdk location, enter the sdk path, which is the previously unzipped sdk path D:\sdk, and in the input box for JDK location, enter the JDK installation path. D:\Program Files\Java\jdk1.8.0_131. Finally, click OK.

How to Install Android Studio: A Comprehensive Guide

Not just your world only as your shoulder

Resources for Beginners

How to Install Android Studio: A Comprehensive Guide
How to Install Android Studio: A Comprehensive Guide

Please leave the warmth of your fingertips

Long press fingerprint One-click follow

Remember this is a warm public account

Leave a Comment

Your email address will not be published. Required fields are marked *