Android-SDK download and installation configuration tutorial

1. Download and install Android-SDK

1.1. Download URL:

http://tools.android-studio.org/index.php/sdk

1.2. Download steps:

1.2.1. Download the installation package:

You can download the installation package according to the current system usage. It is generally recommended to use the .exe file and choose according to your own situation.
insert image description here

1.3. Installation steps:

1.3.1. Select the user as the owner:

insert image description here

1.3.2. Adjust the installation position:

insert image description here

1.3.3. Waiting for installation:

insert image description here

1.3.4. Select the necessary plug-ins:

insert image description here

1.3.5. Need to cancel the selection column:

Here is the choice of emulator: the built-in comparison card is not recommended. There are many on the market, such as: Ye Shen and MuMu emulators are relatively simple and easy to use, you can choose
insert image description here

1.3.6. Necessary for debugging:

insert image description here

1.3.7. After clicking Accept, install:

insert image description here

2. Android-SDK configuration tutorial:

2.1. Check the installed files:

insert image description here

2.2. Search for environment variables and open:

insert image description here

2.3. Newly configure ANDROID_HOME in the system environment

The variable value is: install Android-SDK location
insert image description here

2.4. Add configuration under system environment variables:

添加:tools、platform-tools、build-tools
insert image description here

2.5. Test environment configuration:

After entering the adb command, the display - version number indicates that the configuration is successful
insert image description here

Guess you like

Origin blog.csdn.net/weixin_52358204/article/details/125964811