安装 Android 时发生 HTTPS SSL 错误

发布于 2024-09-17 19:47:48 字数 302 浏览 3 评论 0原文

我下载了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

李白 2024-09-24 19:47:48

消息中提示:使用 HTTP 而不是 HTTPS。

文档说明按如下方式执行此操作

  1. 打开 Android SDK 和 AVD Manager 窗口后,选择左侧窗格中的“设置”。
  2. 在右侧的“其他”部分中,选中标记为“强制使用 http://... 获取 https://... 源”的复选框
  3. 点击保存并保存申请

The hint is in the message: use HTTP instead of HTTPS.

The documentation says to do this as follows:

  1. With the Android SDK and AVD Manager window open, select "Settings" in the left pane.
  2. On the right, in the "Misc" section, check the checkbox labeled "Force https://... sources to be fetched using http://..."
  3. Click Save & Apply.
梦在夏天 2024-09-24 19:47:48

对我来说,该复选框位于

“工具”->“工具”下。选项 ...
[x] 强制 https://... 源代码可以使用 http://... 获取

For me, the checkbox is under

Tools-> Options ...
[x] Force https://... source sot be fetched using http://...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文