Running google map application on Android Emulator

后端 未结 6 749
野趣味
野趣味 2020-11-30 13:07

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

6条回答
  •  天命终不由人
    2020-11-30 13:41

    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

提交回复
热议问题