Reputation: 103
I tried so many steps which i acquired from googling to implement google map v2(version-2) on Android emulator .But i could not get output on emulator.Google map v1 is working fine.but i need google map v2..can anyone help me?
Thanks in advance..
Upvotes: 3
Views: 8576
Reputation: 51
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
Upvotes: 2
Reputation: 561
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
Upvotes: 3
Reputation: 4812
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.
Upvotes: 6