Android Studio : eglSurfaceAttrib not implemented

后端 未结 2 1136
离开以前
离开以前 2021-02-05 08:18

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

I get this error code

W/EGL_emulation﹕ eglSurfaceAttrib not implemented
         


        
2条回答
  •  长发绾君心
    2021-02-05 08:54

    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.

提交回复
热议问题