android avd 管理器未从插件站点获取任何内容
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
我确信您遇到了异常:无法获取网址https://dl-ssl.google.com/andr oid/repository/repository.xml
或者这里是有关相同问题的 Android 文档:
连接到 SDK 存储库时出现问题:
如果您使用 SDK 和 AVD Manager 下载组件并遇到连接问题,请尝试通过 http 而不是 https 进行连接。要切换 SDK 和 AVD Manager 使用的协议,请按照以下步骤操作:
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: