문제

I have an application in worklight and am getting an error when running the application on android. As log below:

02-13 08:19:07.470: W/chromium(942): [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system implementation
02-13 08:19:07.590: E/chromium(942): [ERROR:gl_surface_egl.cc(153)] No suitable EGL configs found.
02-13 08:19:07.590: E/chromium(942): [ERROR:gl_surface_egl.cc(620)] GLSurfaceEGL::InitializeOneOff failed.
02-13 08:19:07.600: E/chromium(942): [ERROR:gl_surface_egl.cc(153)] No suitable EGL configs found.
02-13 08:19:07.600: E/chromium(942): [ERROR:gl_surface_egl.cc(620)] GLSurfaceEGL::InitializeOneOff failed.
02-13 08:19:07.600: E/chromium(942): [ERROR:gpu_info_collector.cc(86)] gfx::GLSurface::InitializeOneOff() failed
도움이 되었습니까?

해결책

See if this related question is relevant to you: Avoiding The "No EGLConfig found!" Error

If you are using an unofficial ROM for your device, this message may appear and there is no way to prevent it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top