my dependencies:
compile "com.android.support:appcompat-v7:20.+" compile 'com.google.android.gms:play-services:5.2.08' compile 'com.android.support:support-v4:21.0.+'
but still: Google Play services out of date. Requires 5208000 but found 5089036
how is this possible?
UPDATE this work:
compile 'com.google.android.gms:play-services:5.0.89'
or
compile 'com.google.android.gms:play-services:6.1.11'
or
compile 'com.google.android.gms:play-services:6.+'
Change the Google Play Service version in your build.gradle to the version on your device or emulator.
compile 'com.google.android.gms:play-services:5.0.89'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With