Android AndEngine: java.lang.IllegalArgumentException: not found EGLConfig

I am making a REALLY simple application, the basic welcome world for testing AndEngine, and I am currently having some problems launching it: I set my emulator properties as suggested by RealMayo in my videos and it should work, but I get this error instead

07-23 13:10:23.014: E/AndroidRuntime(1485): java.lang.IllegalArgumentException: No        EGLConfig found!

Has anyone come across the same situation or may know how to solve it?

I'm almost tempted not to have AndEngine at all ... since a simple application was really hard to run.

NOTE. I found several messages, but they are at least 3 months old, and the use of emulators has been fixed not so long ago.

Anyway, thanks! :)

+5
source share
3

( # 1): , AVD API 15 (Android 4.0.3), AndEngine Android 4.0.3. : AndEngine eclipse, " ", " Android". ; , "Android 4.0.3". "Android 4.0.3" , Android SDK Manager.

0

Ravikumar11 GPU .

, :

  • SDK API (17) ( , API)

  • As follows from eclipse after updating the SDK, run "Check for Updates" in eclipse, after which a bunch of things will load

From there, I was able to run the AndEngine application in the emulator

0
source

All Articles