Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 218
Tuvia Khusid Avatar asked Jun 29 '13 09:06

Tuvia Khusid


People also ask

Is Google Maps API no longer free?

You won't be charged until your usage exceeds $200 in a month. Note that the Maps Embed API, Maps SDK for Android, and Maps SDK for iOS currently have no usage limits and are at no charge (usage of the API or SDKs is not applied against your $200 monthly credit).

What is the latest version of Google Maps for Android?

The most recent version of Google Maps beta is 10.66. 1 (up from 10.64. 1 beta on March 31), while for those running the stable build, the latest update is Google Maps 10.65.


1 Answers

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.

like image 156
Cassio Avatar answered Nov 08 '22 02:11

Cassio