You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Anjan Kumar Jha (JIRA)" <ji...@apache.org> on 2014/02/24 12:36:19 UTC

[jira] [Created] (CB-6093) Phonegap Android 4.4.2 - no suitable egl configs found

Anjan Kumar Jha created CB-6093:
-----------------------------------

             Summary: Phonegap Android 4.4.2 - no suitable egl configs found
                 Key: CB-6093
                 URL: https://issues.apache.org/jira/browse/CB-6093
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 3.3.0
         Environment: Android 4.4.2
            Reporter: Anjan Kumar Jha
            Priority: Critical
             Fix For: 3.3.0


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.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)