How To Show Google Map V2 On Android Emulator?
Solution 1:
Google Maps V2 isn't meant to work on an emulator since it is bundled with the Google Play Services.
If you're still wondering how to make it work on the emulator, you might want to give this blog post and SO answer a read. As pointed out by CommonsWare, the tweaks listed in these article boil down to pirating software. If you're really thinking about developing on Android, you might wanna consider buying a device.
Solution 2:
I had similar problems so I prepared step by step tutorial to show how you can use google map android v2 on emulator(android 4.2.2) have a look at to my blog: http://umut.tekguc.info/en/content/google-android-map-v2-step-step
Solution 3:
I just run google map v2 on my emulator. It worked well. I using emulator with taget Android 4.1.2-API Level 16. I installed Google play, google play services, google services framework.
You can try.
This is my project. https://github.com/kydinh/AndroidMapV2
Post a Comment for "How To Show Google Map V2 On Android Emulator?"