安装 Android 时发生 HTTPS SSL 错误
我下载了 Android SDK,当我运行安装程序时,它显示以下错误消息。
无法获取网址https://dl-ssl.google.com /android/repository/repository.xml,原因:HTTPS SSL 错误。您可能想在设置中强制通过 HTTP 下载。
有什么提示吗?
I downloaded Android SDK when I run setup, it displays the following error message.
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings.
Any hints?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
消息中提示:使用 HTTP 而不是 HTTPS。
文档说明按如下方式执行此操作:
The hint is in the message: use HTTP instead of HTTPS.
The documentation says to do this as follows:
对我来说,该复选框位于
“工具”->“工具”下。选项 ...
[x] 强制 https://... 源代码可以使用 http://... 获取
For me, the checkbox is under
Tools-> Options ...
[x] Force https://... source sot be fetched using http://...