管理 AVD

要查看和添加 Android 虚拟设备(AVD),请访问首选项>Devices

设备首选项中的安卓设备

Device 中选择一个 AVD,即可在Current state 中查看其状态。

要更新状态信息,请选择Refresh

启动 AVD

要启动 AVD,请选择Start AVD 。通常,当您在套件选择器中选择一个 AVD 并将应用程序部署到该 AVD 时,Qt Creator

设置启动 AVD 的首选项

要设置启动 AVD 的首选项,请选择AVD Arguments

AVD 的启动选项

Emulator command-line startup options 中设置首选项。有关可用选项,请参阅从命令行启动模拟器

要从终端手动启动模拟器,请输入:

cd <ANDROID_SDK_ROOT>/emulator
./emulator -avd <AVD_NAME>

删除 AVD

要从列表和工具包选择器中删除 AVD,请选择Erase AVD

另请参阅 "如何:为 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.