【2021】Solving the problem of Android Studio failing to download SDK

question:

After downloading the latest version of Android Studio from the official website, I found that the Android SDK was not included, and the connection was disconnected when using the built-in SDK Manager to install the SDK.

Solution:

  1. Select SDK Manager
    step 1

  1. Click edit
    Step 2

  1. Select an empty folder and click Next
    Step 3

  1. After waiting for a while, the installation failed.
    Step 4

  1. Manually download the zip file that appears above.
    I directly copy the link to the browser address bar and download it at full speed, without the need for a proxy.
    Step 5

  1. After downloading (I downloaded six zips in total), open the .temp folder under the empty folder that was previously set as the installation path. You can see that there are several folders, which correspond to the zip files you just downloaded. cache.
    Step 6

  1. Drag the zip file you just downloaded and delete the cache fileStep 7

  1. Click finish and edit again, and select the previous folder.Step 8

  1. Installation completed successfullyStep 9

Guess you like

Origin blog.csdn.net/weixin_43461724/article/details/120706675