Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio : eglSurfaceAttrib not implemented

Trying to debug using emulator an android application Im trying to code.

I get this error code

W/EGL_emulation﹕ eglSurfaceAttrib not implemented

What does it mean when that error appears how can I fix it?

enter image description here

like image 524
Sambulo Senda Avatar asked Jun 06 '14 15:06

Sambulo Senda


1 Answers

It's a problem with OpenGL. I've seen it before, most commonly with using GenyMotion and then sleeping/resuming my computer. Restarting the emulator and launching your app again should fix it.

like image 187
Ben Pearson Avatar answered Sep 20 '22 07:09

Ben Pearson