启动AVD 时提示 ERROR: GPU emulation is disabled

在部署Android Studio 完成后,使用AVD 启动一个虚拟的手机设备时,遇到提示:ERROR: GPU emulation is disabled  错误,具体错误日志如下:

Cannot launch AVD in emulator.
Output:
emulator: ERROR: GPU emulation is disabled.
Only screen size of 800 X 1280 or smaller is supported when GPU emulation is disabled.
emulator: ERROR: GPU emulation is disabled: software gpu and screen too large
Hax is enabled
Hax ram_size 0x60000000
HAX is working and emulator runs in fast virt mode.



这时需要检查一下 虚拟设备的设置,编辑设置时,将Graphics 修改为 Hardware-GLES2.0  后,保存设置,重新开启虚拟机即可正常打开。


你可能感兴趣的:(启动AVD 时提示 ERROR: GPU emulation is disabled)