Im trying to add google play API to my android game and i followed the instructions in their site.
I got this error in the emulator run, trying to solve it. (on my phone
In my case I'm working with wearables and I must use the Google Play Services wearable library:
compile 'com.google.android.gms:play-services-wearable:7.5.0'
I was getting the message Google Play services out of date. Requires 7571000 but found 7327534
in the log.
And the watch suggested updating Android Wear and automatically run it on the phone. But Android Wear couldn't be updated since there were no more updates available, so in the end I changed the library version from 7.5.0
to 7.3.0
and it worked.