Andriod Studio installation and use

Happy summer vacation, the exam is finally over


The premise of Android studio installation is to ensure that jdk1.8 or above is installed
. If it is not installed, you can refer to this: win10 download jdk18 and environment configuration

1. Download Android Studio on the official website

Official website: https://developer.android.google.cn/studio/

Click to start download

insert image description here
insert image description here

Two, start the installation

Double-click to start the installation
insert image description here
insert image description here
insert image description here

You can change the location of the download, or install it directly on the C drive (but not recommended)
insert image description here
insert image description here
insert image description here

insert image description here

Click Finish to start Android Studio, and the interface for importing settings files will pop up. Here I directly select Do not import settings, as shown in the figure:
insert image description here
If there are settings files locally, select Config or installation folder

If there is no local settings file, select Do not import settings

Three, start it

insert image description here
insert image description here
This is the interface

insert image description here

It shows that the SDK cannot be found, click Cancel
insert image description here

Click Next to jump to the installation type interface. You can choose standard installation or custom installation. Standard installation is selected by default. I choose custom installation here, as shown in the figure:

insert image description here
insert image description here
Click Next to jump to the UI interface style interface, choose your favorite style, I choose the default here, as shown in the figure:

insert image description here
Click Next to jump to the installation SDK interface, the default selection, select the installation path, as shown in the figure:

insert image description here

insert image description here
insert image description here
Here you must choose Accept, and then start the download

insert image description here
insert image description here
Finally can see
insert image description here

4. Create a new android project

insert image description here
insert image description here
After changing the save location (or not), start
insert image description here

insert image description here
insert image description here
that's all right

Guess you like

Origin blog.csdn.net/weixin_62529383/article/details/131502917