Android Studio manually downloads and installs the SDK, with detailed explanations in pictures and texts

This tutorial is suitable for manually downloading the Android SDK. It is suitable for students who install Android Studio for the first time. Enter the Android SDK URL: https://www.androiddevtools.cn/. First of all, you need to create a new directory on the D drive Android SDKto store the tools downloaded later.

1. Download SDK Tools, unzip to Android SDK directory

insert image description here

2. Download SDK PlatForm-Tools, unzip to Android SDK directory

insert image description here

like this:

insert image description here

3. Download Build-Tools and extract it to the Android SDK/build-tools folder

insert image description here

like this:

insert image description here

4. Download the SDK and extract it to the Android SDK/platforms folder

insert image description here

like this:

insert image description here

5. The final directory should look like this:

insert image description here

6. Create a new system variable

insert image description here

7. Add the Path path, corresponding to the above directory

insert image description here

8. When opening AS, select your own SDK directory

insert image description here

Be grateful, life is so extraordinary, there are indeed gems shining in the long river of life; be grateful, life is so rich and colorful, and the passion of life bestowed by all living beings will never be extinguished.

Guess you like

Origin blog.csdn.net/qq_42257666/article/details/131074079