Running Google Maps v2 on the Android emulator

前端 未结 11 1798
一整个雨季
一整个雨季 2020-11-22 10:32

I\'ve tried to implement Google Maps v2 in my Android application, but unfortunately instead of maps I get this message:

11条回答
  •  醉梦人生
    2020-11-22 11:15

    I tried the steps above (by paniniluncher) but received the following message:

    Google Play services out of date. Requires 3025100 but found 2012110
    

    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!

提交回复
热议问题