无法在Android Studio 2.1上启动emulator

无法在Android Studio 2.1上启动emulator,android,android-studio,android-emulator,avd,Android,Android Studio,Android Emulator,Avd,我无法在Android Studio 2.1上启动模拟器,并出现以下错误: Cannot launch AVD in emulator. Output: emulator: WARNING: Increasing RAM size to 1024MB init: Could not find wglGetExtensionsStringARB! getGLES1ExtensionString: Could not find GLES 1.x config! emulator: WARNING:

我无法在Android Studio 2.1上启动模拟器,并出现以下错误:

Cannot launch AVD in emulator.
Output:
emulator: WARNING: Increasing RAM size to 1024MB
init: Could not find wglGetExtensionsStringARB!
getGLES1ExtensionString: Could not find GLES 1.x config!
emulator: WARNING: VM heap size set below hardware specified minimum of 48MB
Failed to obtain GLES 1.x extensions string!
emulator: WARNING: Setting VM heap size to 256MB
Hax is enabled
Hax ram_size 0x40000000
HAX is working and emulator runs in fast virt mode.
Could not initialize emulated framebufferaudio: Failed to create voice `goldfish_audio_in'
qemu-system-i386.exe: warning: opening audio input failed
console on port 5554, ADB on port 5555
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
在AVD的控制台中获得相同的错误

我正在尝试使用以下配置运行

我的android studio有以下详细信息:

任何帮助都将不胜感激。

  • 从Android studio打开Windows->选择Android虚拟设备管理器->选择您的设备->单击编辑按钮->将内存选项中的RAM参数更改为512 Mb->保存并运行它将工作的模拟器
  • 否则,您可以使用Genymotion Android虚拟机:

    • 我也面临同样的问题,我就是这样解决的

    • 选择您的AVD管理器
    • 从虚拟设备列表中选择设备
    • 单击编辑此设备信息
    • 单击“显示高级设置”
    • 将Ram大小更改为1 GB,然后单击“完成”
    • 启动你的模拟器

    • 步骤1:尝试启用设备框架。(这对我很有用。)
      第二步:如果这不起作用,要么把版本改成棒棒糖,要么试着给内存2Gb。
      第三步:如果这仍然不起作用,将图形更改为软件而不是自动

      注意:请在右侧检查在创建新虚拟设备时是否下载了Hax文件。

      选择AVD管理器 编辑您的虚拟设备
      选择Graphics to Software GLES 2.0

      我也有同样的问题。尝试了两个答案中的每一个(提升和降低设备RAM)。还尝试将HAXM内存从2Gb默认值调整到1.5GB(以防我的8Gb笔记本电脑出现RAM问题)。结果不一致。第一天重新启动有时我可以让AVD运行API23很好,程序补丁更改速度惊人。足以让我对AVD充满希望。然后现实点击-“emulator:警告:VM堆大小设置低于硬件指定的最小48MB”我没有设置!。所有最新AS&SDK更新,images Win 7 Pro 64位8gb ram。AVD也有同样的问题,有一点可以肯定的是,它与您的图形卡有关。1) 您将看到的解决方法之一是强制软件渲染,例如,但这会使VM运行缓慢。2) 也许像我的情况:我有两个图形卡ATI FireMV,这是非常古老和智能。禁用ATI为我解决了这个问题,emulator以硬件加速模式(=快速)运行。希望它能帮助别人。通过这个链接:-你能告诉我你试过的所有答案吗?每个人都很不幸