How to solve the problem of Unable to access Android SDK add-on list?

Problem: When opening the newly downloaded Android Studio for the first time, the following error message box appears, showing Unable to access Android SDK add-on list
Insert image description here
Solution: Open the file installation location and find the folder named bin in the directory, as shown in the figure As shown:
Insert image description here
Double-click to open the bin directory and find idea.properties. Open Notepad and add
disable.android.first.run=true
Save in the last line to solve the problem.
Insert image description here
Insert image description here

Guess you like

Origin blog.csdn.net/crraxx/article/details/125847696