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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…