在部署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 后,保存设置,重新开启虚拟机即可正常打开。
本文介绍了在使用Android Studio的AVD时遇到的GPU模拟禁用错误及其解决方案。通过调整虚拟设备设置中的图形选项,可以解决该问题并成功启动虚拟设备。
3万+

被折叠的 条评论
为什么被折叠?



