Error on launching AVD in Android Studio, ERROR says eglMakeCurrent failed

时间:2015-07-31 20:54:02

标签: android android-studio

emulator: device fd:668
HAX is working and emulator runs in fast virt mode
creating window 0 0 240 400
emulator: emulator window was out of view and was recentered
eglMakeCurrent failed

What is "eglMakeCurrent failed"?

TRIED
to set the window.x = 0 window.y = 0 ...
but window.x=322 keeps coming back... I tried changing the resolution....plus
can't even move the emulator..tried ALT+SPACE and 'move'...but can't move
it.. Although the emulator can be started –

3 个答案:

答案 0 :(得分:2)

AVD Manager 中,将模拟效果 - 图形更改为软件 - GLES 2.0

在使用不同的显卡设置多台显示器后,我遇到了这个问题。

答案 1 :(得分:2)

AVD Manager 中,将引导选项更改为冷启动。然后启动虚拟设备。之后,您可以将其更改回快速启动。如果您修改某些内容并且更改未正确应用,则通常会发生这种情况。

Explicative Image(I hope)

答案 2 :(得分:0)

请尝试:

adb kill-server
adb start-server

emulator -avd <avd_name> -no-snapshot-load

如果正确设置了环境变量和PATH,它可以100%工作。