Android Studio 无法开启模拟器: Could not start AVD

文章目录

    Android Studio 中报错:

    02/03 10:12:56: Launching ‘app’ on No Devices.
    Error while waiting for device: Could not start AVD

    打开 AVD Manager,点击 troubleshoot,可以看到提示:

    Enable VT-x in your BIOS security settings (refer to documentation for your computer).

    于是重启电脑,在显示联想 Logo 时,按 F12 进入 BIOS 设置,找到 Inter VirtualTechnology(VT),选择 Enable。

    保存,再次进入系统,就可以打开 Android 模拟器了。