Android emulator opens but crashes with following errors

a 夏天 提交于 2021-02-08 03:25:34

问题


I have a problem with my emulator below:

emulator: WARNING: Crash service did not start
ERROR: resizing partition failed with exit code 1
init: Could not find wglGetExtensionsStringARB!
getGLES1ExtensionString: Could not find GLES 1.x config!
Failed to obtain GLES 1.x extensions string!
emulator: WARNING: VM heap size set below hardware specified minimum of 128MB
emulator: WARNING: Setting VM heap size to 384MB
Creating filesystem with parameters:
    Size: 69206016
    Block size: 4096
    Blocks per group: 32768
    Inodes per group: 4224
    Inode size: 256
    Journal blocks: 1024
    Label: 
    Blocks: 16896
    Block groups: 1
    Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
### WARNING: unable to configure any DNS servers, name resolution will not work
Hax is enabled
Hax ram_size 0x60000000
HAX is working and emulator runs in fast virt mode.
console on port 5554, ADB on port 5555
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
Could not initialize emulated framebuffer

回答1:


There's problem with your GPU.

  1. make sure your Graphics Driver is newest version.

  2. Uncheck 'Use Host GPU' option in AVD Setting

This will be help solving your problem.

p.s. this image from This Site



来源:https://stackoverflow.com/questions/37289202/android-emulator-opens-but-crashes-with-following-errors

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!