现有 Android 虚拟设备列表为空
我是 Android 开发新手,目前正在学习一些教程。当我在 Eclipse 中设置新的 Android 项目并选择 Windows -> 时, Android SDK 和 AVD Manager,在虚拟设备中,现有 Android 虚拟设备列表为空。 应该是这样吗?
从教程中的图片来看,它是预先填充的。我可以从某个地方下载这些 AVD,我在这里遗漏了什么吗?另外,我正在我的 Macbook Pro 上开发这个。
I'm new to Android development and I'm currently going through some tutorials. When I setup a new Android Project in Eclipse, and select Windows -> Android SDK and AVD Manager, in Virtual Devices, the list of existing Android Virtual Devices is empty. Is it supposed to be?
From the pictures in the tutorial, it's pre-populated. Can I download these AVDs from somewhere, am I missing something here? Also, I'm developing this on my Macbook Pro.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的。
Hello, World 教程的第二步是创建一个 AVD。
不需要,您可以使用 SDK 在您的计算机上创建它们。
Yes.
The second step of the Hello, World tutorial has you create an AVD.
No, you create them on your machine using the SDK.
你需要创建它们。只需单击该屏幕右侧的“新建”按钮即可。有关详细信息,请参阅此文档。
You need to create them. Simply click on the New button on the right of that screen. See this documentation for details.
奇怪的是 - 没有办法导入它。
这里有一个很好的演练,包括流行设备的配置:
http://mobile.tutsplus.com/tutorials/android/通用 Android 虚拟设备配置/
Strangely enough - there's no way to import it.
There's a good walk-through including the configurations for popular devices here:
http://mobile.tutsplus.com/tutorials/android/common-android-virtual-device-configurations/