Map not getting in emulator android api v2

后端 未结 4 782
轻奢々
轻奢々 2020-11-27 22:28

I want to install my map application in emulator it installed fine but not getting map on it,showing error in log cat like Google Maps Android API v2 only supports devices w

4条回答
  •  醉梦人生
    2020-11-27 23:02

    Google Maps API V2 require Google Play Services, which can be downloaded from Play Store, but since emulator doesn't have access to Play store, you cant get Play Services there and in turn the maps. 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.

提交回复
热议问题