My application uses Google Maps v2. This application successfully working on Android powered device. I tried to run the same application on Android emulator. The target of my emulator is Google APIs API Level 18
but the problem here is application runs on the emulator but map is not drawing on the map fragment, please see the image below
In the logcat I can see following error
Google Maps Android API v2 only supports devices with OpenGL ES 2.0 and above
and the following warning
eglSurfaceAttrib not implemented
I have added this feature in Manifest
<uses-feature
android:glEsVersion="0x00020000"
android:required="true" />
Does anybody have an idea how to run this simple application on the emulator ?
Thanks in advance.
I got finally map in my emulator. I followed these steps to achieve it.
Create avd and start emulator
Go to platform tools path present in Android SDK and put these apk's in it.
That's it. :) you can download above apk's from following link
Running Google Maps v2 on the Android emulator
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With