创建安卓虚拟设备(AVD)
您可以为以下设备创建 AVD
- 汽车
- 桌面
- 手机
- 平板电脑
- 电视
- 佩戴
要创建新的 AVD,请
- 转到首选项>Devices 。
- 选择Add >Android Device >Start Wizard 。
- 在Name 中,为 AVD 命名。
- 在Target ABI / API 中,选择计算机上安装的 Android 系统映像架构 (ABI) 和API 级别。
- 在Skin definition 中,选择 AVD 类型,然后选择预定义的 AVD 皮肤之一或Custom 自定义 AVD 皮肤。
- 在SD card size 中,设置 AVD 的 SD 卡大小。
- 选择Override existing AVD name ,使用相同名称的新 AVD 覆盖现有 AVD(
avdmanager
-f
选项)。 - 选择OK 创建 AVD。
有关创建新 AVD 的更多高级选项,请使用命令行工具avdmanager或 Android Studio 的本地 AVD 管理器用户界面。
另请参阅 "如何:为 Android 开发"、"Android 部署配置 "和 "为 Android 开发"。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.