I've tried to implement Google Maps v2 in my Android Application,but unfortunately instead of Maps I can see this message:

Is this possible to run these maps on Android emulator ( Platform 4.2 )
|
I've tried to implement Google Maps v2 in my Android Application,but unfortunately instead of Maps I can see this message:
Is this possible to run these maps on Android emulator ( Platform 4.2 ) |
||||
|
|
|
At the moment, referencing the Google Android Map Api v2 you can't run google maps v2 on Android emulator; you must use a device for your tests. |
|||||
|
|
I've successful installed google map V2 on emulator with this guide. you should do following step:
|
|||
|
|
|
Please Try following.It was successfully for me http://saleh360.blogspot.in/2012/12/android-running-google-maps-api-v2_12.html steps 1) Create new emulator with this configuration: www.dropbox.com/s/nunuh9htu25qfpz/stackoverflow_1.png 2) Start emulator and install following apk : GoogleLoginService.apk, GoogleServicesFramework.apk, Phonesky.apk. You can do this with following commands:
link for apk 3) Install Google Play services and Google maps in emulator
4)download google play service from sdkmanager->extra->google play service |
||||
|
|
|
You need to try on an emulator with the Google API's version. Each Platform has two versions Android and Android+Google APIs. Ensure that when you create the AVD, you select on target field the Google APIs version. And this can be also helpful: http://developer.android.com/google/play-services/setup.html#ensure |
|||||||||||
|
|
I am able to have my emulator to run my app with Google Map V.2 (with Google Play Service V.4). I followed steps that others suggested with some failures, however I learned from it and somehow make it work. This is how:
|
|||
|
|
|
I tried the steps above (by paniniluncher) but received the following message:
I received this message because I required different versions of the files noted above. To resolve the issue I first uninstalled the files referenced above, downloaded the versions that I needed (as referenced in the following StackOverflow posting: Google Play services out of date. Requires 3025100 but found 2012110 and then installed these files using the `adb -e install [path-to-APK-file] and then restarted the emulator and it worked perfectly! |
|||||
|
|
I have successfully run our app, which requires Google Maps API 2, on an AndroVM virtual machine. AndroVM does not come with Google Maps or Google Play installed, but provides a modified copy of the Cyanogen Gapps archive, which is a set of the proprietary Google apps installed on most Android devices. The instructions, copied from the AndroVM FAQ:
So follow those instructions, then just install Google Maps using Google Play! Some great side effects of using a VM rather than the emulator:
The only bump in the road so far has been lack of multi-touch gestures, which is a bummer for a mapping app! I plan to work around this with a hidden UI mechanism, so not such a huge problem. |
|||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.