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

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

     just change it to 
    
    compile 'com.google.android.gms:play-services-maps:9.6.0'
    compile 'com.google.android.gms:play-services-location:9.6.0'
    

    this works for me current version is 10.0.1

提交回复
热议问题