Skip to content Skip to sidebar Skip to footer

Avoiding The "no Eglconfig Found!" Error

one of my users are reporting this error for my game. i am using andengine as my engine. Here is the error. java.lang.IllegalArgumentException: No EGLConfig found! at org.andengine

Solution 1:

This exception appears if you use custom rom on your device, like cyanogenmod. And there is no way to prevent it.

http://www.andengine.org/forums/gles2/no-eglconfig-found-t6129.html

Solution 2:

You must enable the emulator GPU.

To do this in Eclipse go to Window > AVD Manager select your AVD and click "Edit...".

Check the "Use Host GPU" box, then save and restart your AVD.

Solution 3:

Create AVD with Target 4.0.3 -API Level 15 with GPU Emulation yes. My example stated running after this. IF you have further problem visit AndEngine Forum and get detail about OpenGL drivers

Post a Comment for "Avoiding The "no Eglconfig Found!" Error"