mrmans0n / smart-location-lib

Android library project that lets you manage the location updates to be as painless as possible
1.65k stars 353 forks source link

play services out of date #213

Open dmkessler opened 7 years ago

dmkessler commented 7 years ago

https://github.com/mrmans0n/smart-location-lib/blob/3bbd71f884adc0107fceec381458f23c000b940c/library/build.gradle#L22

adb will logspam "W/GooglePlayServicesUtil: Google Play services out of date. Requires 11200000 but found 10932470" with this version. The default emulator play services version is 10932470. Suggest downgrading to the version included with default image on the emulator images... otherwise developers need to actually log in to their accounts and update play services through the play store to fix the problem. This is not ideal.