Issue
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.
Solution
The AVD you configured looks perfectly fine.
As iDev suggested, using the latest SDK Tools and targeting an higher API level may help.
Your logcat shows that EGL thinks that the Emulator itself lacks GPU support so I suspect your troubles come either from your graphic card drivers or from too old Android SDK tools.
What's your gpu ? You should try upgrading its driver to their latest version.
Answered By - ph0b
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.