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

后端 未结 23 2472
后悔当初
后悔当初 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:51

    In my case, on Linux, the problem was that something had previously created the ~/.android directory with root ownership. So eclipse couldn't write to this directory. Once discovered, this was simply resolved with:

    sudo chown -R $USER:$USER ~/.android
    

提交回复
热议问题