Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

This time I provide everyone with the cracked version of Android Studio software, the entire cracking process is very simple.

The software is suitable for 32 and 64-bit operating systems, the download link for the cracked file is at the end of the article, please check!

Software Introduction:

Android Studio is a brand new Android development environment based on IntelliJ IDEA, similar to the Eclipse ADT plugin. Android Studio provides integrated Android development tools for development and debugging.

Installation Steps:

1. Install JDK and configure environment variables.

1. Choose to install JDK according to your computer system type. The test computer is a 64-bit system, so double-click the jdk-8u131 suitable for 64-bit system.exe.

Android Studio Installation Guide with Download Links

2. Click Next.

Android Studio Installation Guide with Download Links

3. Click Change to choose the installation path. I installed it on drive D, so I changed the letter C to D, then copied the changed installation path (use Ctrl+C when copying), and saved the copied path to Notepad, as it will be needed later for environment variable configuration. The copied installation path is D:\Program Files\Java\jdk1.8.0_131\

Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

4. Wait for the installation.

Android Studio Installation Guide with Download Links

5. It is recommended to create a folder jre1.8 under D:\Program Files\Java (because I previously chose to install to drive D), if you installed to another drive, you can create a folder jre1.8 in the Program Files\Java folder on that drive. Then click Change to select the newly created jre1.8 folder, and click Next.

Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

6. Wait for the installation.

Android Studio Installation Guide with Download Links

7. Click Close.

Android Studio Installation Guide with Download Links

8. After installing JDK, configure the environment variables. Right-click on “Computer”. Click “Properties”.

Android Studio Installation Guide with Download Links

9. Click “Advanced System Settings”.

Android Studio Installation Guide with Download Links

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

Android Studio Installation Guide with Download Links

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

Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

12. Click New again. Enter CLASSPATH as the variable name

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

Android Studio Installation Guide with Download Links

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

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

Android Studio Installation Guide with Download Links

Finally, remember to click OK

Android Studio Installation Guide with Download Links

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

Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

15. Enter the command: java -version (there is a space between java and -version), java, javac these three commands (try all three, as long as one shows a failure, it means JDK environment configuration failed). If they all show normal, it means configuration is successful!

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

Android Studio Installation Guide with Download Links

When entering java, the successful screenshot is as follows:

Android Studio Installation Guide with Download Links

When entering javac, the successful screenshot is as follows:

Android Studio Installation Guide with Download Links

2: Unzip the SDK files.

Put the unzipped sdk files in the root directory of drive D or other drives, be careful that the unzipped path does not contain Chinese characters, and ensure disk space is above 20G.

1. Create a new folder sdk on drive D or other drives.

Android Studio Installation Guide with Download Links

2. Right-click on the sdk file and select Extract to (F)…

Android Studio Installation Guide with Download Links

3. Choose the extraction path as the sdk folder you just created. I chose D:\sdk (copy this path for later modification of environment variables), wait for the extraction to complete before proceeding to the next step.

Android Studio Installation Guide with Download Links

4. Right-click on “Computer”. Click “Properties”.

Android Studio Installation Guide with Download Links

5. Click “Advanced System Settings”.

Android Studio Installation Guide with Download Links

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

Android Studio Installation Guide with Download Links

7. Click New. Enter ANDROID_SDK_HOME as the variable name and the installation path of the extracted files from step 3 as the variable value. D:\sdk

Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

3: Install Android Studio.

1. Double-click to open the Android Studio installation package.

Android Studio Installation Guide with Download Links

2. Click Next

Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

4. Click I Agree

Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

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

Android Studio Installation Guide with Download Links

7. Click Next

Android Studio Installation Guide with Download Links

8. Click Install to start the installation.

Android Studio Installation Guide with Download Links9. Installation is in progress. If there are any prompts, click OK, and after the installation is complete, click Next.

Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

10. Click Finish

Android Studio Installation Guide with Download Links

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

Android Studio Installation Guide with Download Links12. Click Next.

Android Studio Installation Guide with Download Links

13. Choose Custom and then click Next.

Android Studio Installation Guide with Download Links

14. Click Next.

Android Studio Installation Guide with Download Links

15. Click Next.

Android Studio Installation Guide with Download Links

16. Click Finish.

Android Studio Installation Guide with Download Links

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

Android Studio Installation Guide with Download Links

18. Click Finish.

Android Studio Installation Guide with Download Links

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

Android Studio Installation Guide with Download Links

20. Find the Android Studio software icon in the start menu under all programs, then right-click and send to desktop shortcut.

Android Studio Installation Guide with Download Links

21. Installation completed.

Android Studio Installation Guide with Download Links

4. Android Studio SDK Environment Configuration

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

Android Studio Installation Guide with Download Links

2. Click Project Defaults

Android Studio Installation Guide with Download Links

3. Click Project Structure

Android Studio Installation Guide with Download Links

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

Android Studio Installation Guide with Download Links

5. Open the project test file for testing.

1. Unzip the test project file.

Android Studio Installation Guide with Download Links

2. Click Open an existing Android Studio project.

Android Studio Installation Guide with Download Links

3. Select the unzipped test file Oandroid-test

Android Studio Installation Guide with Download Links

4. Click close.

Android Studio Installation Guide with Download Links

5. Click Run in the menu bar, then click Run app

Android Studio Installation Guide with Download Links

6. Click OK

Android Studio Installation Guide with Download Links

7. You can see the program start running.

Android Studio Installation Guide with Download Links

8. Installation completed.

Android Studio Installation Guide with Download Links

Download Link for Software

To obtain the software download link, please follow our WeChat public account and send the message “Programming Software” to the public account platform.

※ For more exciting content, please follow our WeChat public account:

1. Research resources include:

[1] Endnote super detailed video tutorial collection

[2] C language and C++ programming 110G self-study tutorial from beginner to mastery

[3] The most complete Python programming full set of systematic video learning tutorials

[4] SolidWorks full set of systematic video learning tutorials

[5] From beginner to project practice, JAVA boutique course

[6] PhotoShop zero-based entry video tutorial

[7] Comprehensive guide to writing research fund application

[8] Biology + Medical materials book collection

[9] Medical subjects graduate entrance examination and professional examination video collection (total 450G)

[10] SCI paper writing method material collection

2. Research tool resources:

[1] Graduation thesis toolkit, plagiarism checking + modification + guidance

[2] Latest collection of Sci-hub and Google Scholar URLs

[3] Google Translate client is here, no longer afraid of English literature

[4] Free national standards download tool

[5] PDF password removal tool – PDF Password Remover

[6] Universal video player software – PotPlayer

[7] A free and easy-to-use literature manager – Mendeley

[8] Literature artifact V4.0, making literature download easier!

[9] A literature download plugin with a good reputation – Kopernio

[10] Collection of various research learning resource websites

[11] Computer file search artifact – Everything

[12] Free Chinese literature download tool

[13] A small program for free patent downloads – Patent King

Resource Introduction 》》》

>>>> Software Installation Tutorial

  • Click to view Software Installation Tutorial – Win

  • Click to view Software Installation Tutorial – Mac

>>>> Membership Joining Method

  • Click to view public account membership system

>>>> Membership Resource Introduction

  • Click to view Member Feature Software

  • Click to view Member Software Tutorials

  • Click to view Member Research Resources

  • Click to view Member Feature Courses

>>>> Platform Services

  • Click to view public account platform drawing services

  • Click to view public account platform paper polishing + translation services

Android Studio Installation Guide with Download Links

Leave a Comment

×