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?
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?
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.
When creating your emulator, try selecting "Use Host GPU" within the settings.
And if you try testing on a real device you likely, should face the same problem