This app won't run unless you update Google Play Services (via Bazaar)

后端 未结 12 1967
长情又很酷
长情又很酷 2020-11-22 03:58

I\'m testing out the new Google Maps API V2 for Android, and I\'m getting this message when the app launches:

\"

12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-22 04:32

    I solved these problem by doing the following steps:

    • In Emulator:

      You have to use the latest API Google APIs(Google Inc.)-API Level 19.

      Do the rest of the things placed in the screenshot itself.

      enter image description here

    • API Key:

      Create New API Key and Check carefully about Google Map API key and SHA Key.

    • Google Play Services:

      You have to download the latest Google Play Services com.android.vending-4.8.20.apk.In that site if google play services wasn't working means you can find a lot of sites in internet named com.android.vending 4.8.20.apk.

      you can run the Google play Services by using the Command Prompt adb install com.android.vending 4.8.20.apk.

      Note: You have to download the latest Google play services because year by year latest version will be updated in internet.

      output:

      enter image description here

提交回复
热议问题