Google Maps Android API v2 only supports devices with OpenGL ES 2.0 and above

android, google-maps, google-maps-android-api-2

Solution

I had the same issue running with an emulator. I fixed by editing my emulator in AVD Manager, at Emulator Options checking the box for Use Host GPU.

Problem

I'm trying to run Google Map's sample project on emulator. Now I have an error: Google Maps Android API v2 only supports devices with OpenGL ES 2.0 and above How can I resolve that problem?

Original source

Related problems