I am trying to get this error off for hours. I am using AndEngine for game development. I do have enabled Host GPU, restarted eclipse as well as AVD many times, but this exception still pops up. I have tried changing emulator's CPU to both ARM and Intel Atom (x86), but couldn't resolve this issue. My AVD specifications are as follows:
Manifest file have:
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />
<uses-feature android:glEsVersion="0x00020000"
android:required="true"/>
Log-Cat
I don't know what else to provide here. If you need any further details, just ask me. Thanks.