How to run Google Map API V2 on Android emulator

后端 未结 5 885
醉梦人生
醉梦人生 2020-12-04 02:24

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

This app won\'t run witho

相关标签:
5条回答
  • 2020-12-04 02:24

    Yes some people suggests its possible to run Google Map in Emulator to by installing google play services.Check the below post.

    https://stackoverflow.com/a/18119265/1665507

    0 讨论(0)
  • 2020-12-04 02:26

    You can download Genymotion emulator and test your google map api . http://www.genymotion.com/

    0 讨论(0)
  • 2020-12-04 02:28

    Try Genymotion emulator....It supports location based services.

    0 讨论(0)
  • 2020-12-04 02:44

    you can select as the target api as google api.It support maps I have also tried it & it successfully running.

    0 讨论(0)
  • 2020-12-04 02:48

    You should use an emulator based on SDK version 4.2.2 or higher. Look here for details:

    http://developer.android.com/google/play-services/setup.html

    Note: Only Android 4.2.2 and higher versions of the Google APIs platform include Google Play services.

    0 讨论(0)
提交回复
热议问题