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

后端 未结 12 1848
长情又很酷
长情又很酷 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:31

    This app won't run unless you update Google Play Services. I have tried it for such a long much time, but still I didn't get the map... Only a blank screen is appearing, even if I modified my Google Play Service given by the below comment..


    Check your play services manifest file and check the version code for the APK file com.google.android.gms. In the below, it is "3136110". Download these APK files and install from a DOS prompt, but before installation run your target emulator.

    package="com.google.android.gms"
    android:versionCode="3136110"
    android:versionName="3.1.36 (673201-10)
    

    I got these APK files from this link.

提交回复
热议问题