Search code examples
opengllibgdxruntime-error

Can't run libgdx app on Android emulator


I get this error:

Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Libgdx requires OpenGL ES 2.0

I tried to change the target api and marked use GPU in the emulator configuration. but still get error. what else can I try?


Solution

  • I couldn't solve my problem so I used GenyMotion as Gregory Fein suggested.