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.
Asked
Active
Viewed 111 times
0
-
Current googleplay service version is com.google.android.gms:play-services:7.5.0'. To use that add this to build.gradle dependencies compile 'com.google.android.gms:play-services:7.5.0' – sachithkn Jul 10 '15 at 09:03
-
Thanks..but can you tell me how to do that? – Asif Sb Jul 10 '15 at 09:10
-
I am using eclipse,how can i do it here? – Asif Sb Jul 10 '15 at 09:29
3 Answers
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
-
Might be , there is a s/w update , which you are unaware of.. n is causing this prob. – Abhay Kumar Jul 10 '15 at 09:19
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