Android Studio SDK cannot check the solution for installation

Problem Description

1. After installing Android Studio for the first time, AS will be started, and the classic Unable to access Android SDK add-on list error will appear, just click Cancel. There are two solutions on the Internet: (1) set the Proxy as the education network (2) modify the file in the directory of as and not detect it when it starts. Actually don't bother with it at all.

insert image description here
2. It shows that the SDK is being downloaded, and the progress bar disappears at most here.

insert image description here

Then go to Install Type and select Custom.

insert image description here

Then select JDK Location, here select the default JDK of AS, no need to replace it with jdk1.8.

insert image description here

3. Jump to the most important SDK Components Setup interface, where you cannot check any box, no matter whether you change the path or not.

insert image description here
4. At this time, I read countless blogs and official website materials. A blogger summed up the following questions, and you can test them one by one.
insert image description here

Solution
  • Assign drive letter permission, invalid.

insert image description here

  • Download computer housekeeper, network repair, invalid.

insert image description here

  • Turn off all network firewalls, it doesn't work.

  • Changed mobile phone hotspot, it didn't work.

  • Uninstalled and reinstalled android studio, didn't work.

  • Changing the installation directory does not work.

Finally, according to the big guy's method, the problem was solved!

insert image description here

insert image description here

insert image description here

insert image description here

Reference articles:
https://blog.csdn.net/sc_liuliye/article/details/122554163
https://blog.csdn.net/weixin_42674696/article/details/115801706
https://blog.csdn.net/weixin_45756789/article /details/124079746

Guess you like

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