我是Android应用的新手 我安装了android studio并试图执行我的应用程序示例,同时打开模拟器得到以下错误。
Cannot launch AVD in emulator.
Output:
emulator: WARNING: VM heap size set below hardware specified minimum of 228MB
init: Could not find wglGetExtensionsStringARB!
emulator: WARNING: Setting VM heap size to 256MB
getGLES1ExtensionString: Could not find GLES 1.x config!
Hax is enabled
Failed to obtain GLES 1.x extensions string!
Hax ram_size 0x40000000
HAX is working and emulator runs in fast virt mode.
console on port 5554, ADB on port 5555
Could not initialize emulated framebuffer
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
答案 0 :(得分:0)
转到Tools
- > Android
- > AVD Manager
- >点击Edit
,然后取消选中Enable Device Frame
复选框。