Android Studio is an Android integrated development tool launched by Google, based on IntelliJ IDEA Similar to Eclipse ADT, Android Studio provides integrated Android development tools for development and debugging.

1. Download:
Normally, the Android Studio official website cannot be opened without FQ, so it is recommended to download it on the Android Studio Chinese website.
Click Direct: Android Studio
Select the latest version, as shown below
 Download, installation and configuration of Android Studio (Windows)

2. Environmental inspection
Java must be installed when installing Android Studio. It is better to switch to version 1.8+
win+R Open command line execution
java -version
javac -version
If not, please refer to the article: https://www.51it.wang/ll/10

3. Installation
1) Open the downloaded installation package. exe file
 Download, installation and configuration of Android Studio (Windows)

2) Click Next
 Download, installation and configuration of Android Studio (Windows)

3) Check 2, next
 Download, installation and configuration of Android Studio (Windows)

4) The installation path can be changed chinese perhaps Space
 Download, installation and configuration of Android Studio (Windows)

5) Click install to install
 Download, installation and configuration of Android Studio (Windows)

6) Click Next
 Download, installation and configuration of Android Studio (Windows)

7) Finish and open
 Download, installation and configuration of Android Studio (Windows)

4. Startup configuration
1) For the first time, select whether to import the previous configuration and choose not to import. When starting, the following figure will appear. Click cancel
 Download, installation and configuration of Android Studio (Windows)

2) The wizard interface appears, click Next
 Download, installation and configuration of Android Studio (Windows)

3) Select the installation type in the middle, you can choose Standard (using the default configuration) or Custom (changing the path by customization), and choose the UI style by yourself
Then select the SDK installation path:
 Download, installation and configuration of Android Studio (Windows)

4) Check the path to download more than one gigabyte of files. Click finish and wait patiently.
 Download, installation and configuration of Android Studio (Windows)

5) Download process
 Download, installation and configuration of Android Studio (Windows)

6) After downloading, click finish
 Download, installation and configuration of Android Studio (Windows)

7) Now that the installation is complete, you can start the first Android project~~
 Download, installation and configuration of Android Studio (Windows)