android avd 管理器未从插件站点获取任何内容

发布于 2024-12-11 13:37:45 字数 117 浏览 0 评论 0原文

我正在使用 eclipse,并尝试使用 avd 管理器,但它没有从repository.xml 和addon.xml 中获取任何内容。我也尝试在 eclipse 之外使用 avd 管理器,但它都是一样的。可能是什么问题?

I am using eclipse and I tried to use the avd manager but it is not fetching anything from the repository.xml as well as addon.xml. I tried to use the avd manager outside eclipse too, but its all same. What could be the problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

べ繥欢鉨o。 2024-12-18 13:37:45

AVD 管理器不用于获取任何内容,您需要 SDK 管理器。首先使用 SDK Manager 下载您想要的平台,然后您可以使用 AVD Manager 创建 Android 虚拟设备 (AVD)。

AVD Manager isn't used to fetch anything, you want the SDK Manager. First download the platforms you want with SDK Manager, and then you can create Android Virtual Devices (AVDs) with the AVD Manager.

沫雨熙 2024-12-18 13:37:45

我确信您遇到了异常:无法获取网址https://dl-ssl.google.com/andr oid/repository/repository.xml

或者这里是有关相同问题的 Android 文档:

连接到 SDK 存储库时出现问题

如果您使用 SDK 和 AVD Manager 下载组件并遇到连接问题,请尝试通过 http 而不是 https 进行连接。要切换 SDK 和 AVD Manager 使用的协议,请按照以下步骤操作:

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

I am sure you are getting the exception: Failed to fetch URL https://dl-ssl.google.com/andr oid/repository/repository.xml

or else here is the Android documentation on Troubleshooting for the same:

Problems connecting to the SDK repository:

If you are using the SDK and AVD Manager to download components and are encountering connection problems, try connecting over http, rather than https. To switch the protocol used by the SDK and AVD Manager, follow these steps:

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