You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android emulator development
As I mentioned in another thread that I managed to build the system image for emulator x86 using android-6.0.1_r22. I found that chromium cannot work. It shows a black screen. From logcat, I can see this:
03-29 06:08:09.338 2379 2427 E EGL_emulation: tid 2427: eglCreateImageKHR(1182): error 0x3006 (EGL_BAD_CONTEXT) 03-29 06:08:09.338 2379 2427 E chromium: [ERROR:texture_definition.cc(165)] eglCreateImageKHR for cross-thread sharing failed: 0x3006 03-29 06:08:09.338 2379 2427 E EGL_emulation: tid 2427: eglCreateImageKHR(1182): error 0x3006 (EGL_BAD_CONTEXT) 03-29 06:08:09.338 2379 2427 E chromium: [ERROR:texture_definition.cc(165)] eglCreateImageKHR for cross-thread sharing failed: 0x3006 03-29 06:08:09.340 2379 2424 E eglCodecCommon: glUtilsParamSize: unknow param 0x00000b44 03-29 06:08:09.341 2379 2424 E eglCodecCommon: glUtilsParamSize: unknow param 0x00000bd0 03-29 06:08:09.343 2379 2424 E eglCodecCommon: **** ERROR unknown type 0x0 (glSizeof,72) 03-29 06:08:09.354 2379 2427 E EGL_emulation: tid 2427: eglCreateImageKHR(1182): error 0x3006 (EGL_BAD_CONTEXT) 03-29 06:08:09.354 2379 2427 E chromium: [ERROR:texture_definition.cc(165)] eglCreateImageKHR for cross-thread sharing failed: 0x3006
Any idea about this? It should be an known issue, since it works fine on a SDK image.