Android SDK Manager won't update: connection to https://dl-ssl.google.com refused

后端 未结 23 2405
后悔当初
后悔当初 2020-12-13 08:50

This is the same problem as a number of other have reported, e.g.

Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connect

23条回答
  •  庸人自扰
    2020-12-13 09:25

    On linux, I got it working executing the Android SDK Manager with sudo(in your android-sdk-linux/tools folder)

    sudo ./android
    

提交回复
热议问题