Android模拟器打开但崩溃时出现以下错误

时间:2016-05-18 02:25:26

标签: android android-emulator

我的模拟器出现问题:

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 个答案:

答案 0 :(得分:0)

您的GPU存在问题。

  1. 确保您的图形驱动程序是最新版本。

  2. 取消选中'使用主机GPU' AVD设置中的选项

  3. this image from [This Site](http://ukitech.blogspot.kr/2014/09/android-studio-creating-android-virtual.html)

    这将有助于解决您的问题。

    P.S。这张图片来自This Site