Android Studio installation detailed tutorial (from download to installation, nanny-level tutorial)

Android Studio installation detailed tutorial (from download to installation)

software download

The Android Studio software needs to be downloaded from the Android official website. Due to policy reasons, the relevant web pages cannot be accessed in China. Therefore, it can be downloaded in China through https://developer.android.google.cn/studio (the file size is nearly 1G, and the download speed varies with different network speeds). The download interface is as shown below. Click the green button on the page to select the download path and download.
Insert image description here

Software Installation

After a period of waiting, the installation package was downloaded successfully, as shown in the picture below.
Insert image description here
Double-click the downloaded installation package to enter the software installation interface.
Insert image description here
Click next to proceed to the next
Insert image description here
step. In this step, you can see that the Android Studio main program is a required option, but there are optional options. It is recommended to check it here and continue to click next.
Insert image description here
At this time, select the software installation path according to your own software installation habits. After completing the installation path selection, click next.
Insert image description here
Click Install directly to install the program, and then wait for the progress bar to complete.
Insert image description here
After the progress bar is completed, click next.
Insert image description here
Check the Start Android Studio option and click Finish to start the software. The first startup interface is as shown below.
Insert image description here
At this time, select the second option and click OK. Click OK to enter the welcome interface.
Insert image description here
On the welcome screen, click Don't send to enter the next screen.
Insert image description here
Click Cancel in the pop-up window that pops up.
Insert image description here
Continue to click Next.
Insert image description here
This step is mainly to select the installation type. The first option is classic mode, and the second option is custom mode. It is recommended to select the second custom mode and click next.
Insert image description here
Enter the compile project directory option. The system defaults to the jre folder in the installation directory. Just keep the default at this time and click NEXT.
Insert image description here
After the path selection is completed, enter the UI theme selection interface and choose a black background or a white background according to your own preferences. The blogger prefers a black background and click next.
Insert image description here
Install the SDK components and select the path, and download the components according to actual needs. If the memory is not tight, it is recommended to download them all. Of course, you can also download them later when using them. After selecting components and paths, click next.
Insert image description here
Allocate memory space according to the computer's own memory. Generally, 2G is enough. Click next.
Insert image description here
Continue to click on
Insert image description here
all three options in the directory on the left of next, select Accept, and click Finish.
Insert image description here
Enter the long wait.
Insert image description here
After this interface appears, click Finish directly, and then the interface will jump to the picture below.
Insert image description here
Click Create a new project in the picture,
Insert image description here
select any style,
Insert image description here
and then select the name, package name, storage location, design language and supported Android version, and click finish.
Insert image description here
After clicking finish, the software needs to download the corresponding plug-in, just wait.
Insert image description here
Click Finish and still wait.
Insert image description here
After waiting, right-click the app in the upper left corner, select run, and continue waiting.
Insert image description here
Until the mobile phone style appears in the lower right corner and the style just selected appears inside. At this point, it means that the software has been completely installed successfully.

Summarize

For the installation of this software, especially for students with slow Internet speed, just wait. In addition, in the penultimate step, it will be displayed that there is a problem with the code and a red wavy line will appear. At this time, ignore it and just click run according to the penultimate step. Click and wait until the mobile phone style appears. At this time, the software is completely installed and you can start your own creation.

Guess you like

Origin blog.csdn.net/weixin_45143788/article/details/127498365