Android Studio : eglSurfaceAttrib not implemented

后端 未结 2 1133
离开以前
离开以前 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:39

    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

提交回复
热议问题