Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 –

like image 720
Jon.. Avatar asked Jul 31 '15 20:07

Jon..


People also ask

Why my AVD is not working?

Android Virtual Devices fail to launch on ChromeOS On ChromeOS, Android Virtual Devices (AVDs) might fail to launch because the libnss3 dependency is missing. To launch the AVDs successfully, run sudo apt install libnss3 to manually install the libnss3 library.

Why AVD Manager is not working?

SDK Build Tools are not installed If it fails then you may have to install it again. You look at the build tab at the bottom of the screen, it will display the error message and option to install the Build tools. Install it and you should be able to see the AVD Manager. Another way is to go to the SDK Manager.


1 Answers

In AVD Manager, change Boot option to Cold Boot. Then boot up the virtual device. After that you can change it back to Quick Boot. This usually happens if you modify something and the changes don't apply correctly.

Explicative Image(I hope)

like image 101
Kryword Avatar answered Oct 20 '22 00:10

Kryword