I am using android phonegap to access html5 into android application. While I am running android application Logcat is showing the following error E/libEGL(614): call to OpenGL ES API with no current context (logged once per thread). Though I restarted eclipse and emulator,same error is showing. Helping Hands are highly appreciated.
You get this error when trying to do hardware accelerated stuff such as css3 transitions. you have to enable hardware acceleration for your app in the manifest file.
<application android:hardwareAccelerated="true" ...>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With