0

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?

Alex K
  • 5,092
  • 15
  • 50
  • 77

2 Answers2

2

What version of Android are you trying to run on your emulator? Just changing the GPU setting on the emulator may not be enough. You have to be running Android 2.2 (API 8) or higher. The emulator you're using may be using the wrong Android version.

Also, I'd recommend using the GenyMotion simulators over the built-in emulator. They're much smoother.

0

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

Alex K
  • 5,092
  • 15
  • 50
  • 77