I use this method to check the availability of play services:
private boolean checkPlayServices() { int status = GooglePlayServicesUtil.isGooglePlayServi
Originally posted in the question
I specified the previous version I remember seeing in app/build.gradle and my app runs fine now:
app/build.gradle
compile 'com.google.android.gms:play-services:5.0.89'