No EGLConfig found

与世无争的帅哥 提交于 2019-12-04 05:25:00

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

I had the same problem and this worked for me on Windows 7 64bit. My AVD settings are Device : (800 x 480 hdpi), Target: Android 4.4 API Level 19, CPU/ABI: ARM (armeabi-v7a).

  1. I changed the Memory Options to 512 VM Heap 32
  2. then the Emulation Options and Checked "Use Host GPU."
  3. Click OK, refresh, clean project, restart Eclipse.
  4. Run Configurations -> Android -> Project -> Run

Your Emulator configuration is Ok,Try to create a new emulator and run this code this may run.If not then there should be some problem in coding

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!