Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
3.3.0
-
None
-
Android 4.4.2
Description
I am getting "No Suitable EGL configs found" error for my Android app right after my splash screen appears and even login page doesn't appear on screen. I have tried adding
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
in my manifest file but still not working. I am facing this issue only with Android 4.4.2 (on both emulator and my device). Same project is working on iOS and Android version upto 4.3. My error log is
02-24 05:23:39.673: E/chromium(1229): [ERROR:gl_surface_egl.cc(153)] No suitable EGL configs found.
02-24 05:23:39.673: E/chromium(1229): [ERROR:gl_surface_egl.cc(620)] GLSurfaceEGL::InitializeOneOff failed.
02-24 05:23:39.673: E/chromium(1229): [ERROR:gl_surface_egl.cc(153)] No suitable EGL configs found.
02-24 05:23:39.673: E/chromium(1229): [ERROR:gl_surface_egl.cc(620)] GLSurfaceEGL::InitializeOneOff failed.
02-24 05:23:39.683: E/chromium(1229): [ERROR:gpu_info_collector.cc(86)] gfx::GLSurface::InitializeOneOff() failed
02-24 05:23:39.933: W/chromium(1229):
Please suggest.