0

I am having Google+ login in my app.I have done all the steps which was mentioned in this link here The issue is when I run my app it shows "this app will not work unless you update your Google play service".Then I updated my google-play services to its latest version. later I update the Google-API Intel x86 atom_64 system image under API-21.Still I find the same message to appear. can't fix this issue need help.Don't know what I am doing wrong.

Asif Sb
  • 785
  • 9
  • 38

3 Answers3

0

Check if the feature that you use really needs the latest version of google apis, you can use older versions of the google play services by adding

compile 'com.google.android.gms:play-services:6.5.87'

under dependencies in build.gradle

Sybregunne
  • 179
  • 8
0

Try resetting app preferences. Settings>Apps>menu>reset app preferences. This sometimes helps with Play issues.

Abhay Kumar
  • 5,048
  • 2
  • 16
  • 21
0

You have to import google play service from sdk->extras->google->googleplayservices->googleplayservice-lib; Then rightclick on project -> properties ->add add the library

to get new version go to sdkmanager->extras->googleplayservice (install or update)

if it is not available then you have to update adt tools and then it will appear.

for that use link

How can I update my ADT in Eclipse?

Community
  • 1
  • 1
sachithkn
  • 457
  • 1
  • 4
  • 13