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 m
In Android 4.4, it is now possible to run Google Maps in the Android emulator, even with Intel HAXM AVD. No need to run anything on the adb command anymore. It takes several steps, though. I created a series of videos on the subject, if it helps. I use a JSON feed to put markers on a map in a 4.4 emulator. They are about 30 minutes each, so you may want to skip ahead to find what you want. The first two videos are the most relevant for this question. I have three more videos in the series that deal with JSON and markers... see my YouTube channel for those.
1) Using Google Maps in Android Emulator (general setup and prereqs) https://www.youtube.com/watch?v=gT-kORiFRTo 2) Show maps in Android emulator https://www.youtube.com/watch?v=0MZIYkm3Ezg
Thanks and good luck!
Brandan