my dependencies:
compile \"com.android.support:appcompat-v7:20.+\"
compile \'com.google.android.gms:play-services:5.2.08\'
compile \'com.android.support:supp
For people who suffer from this issue but are not able to make the other work - my issue was that I installed Google Play 5.2.08 in my gradle file (compile 'com.google.android.gms:play-services:5.2.08') because 5.0.77 wasn't working.
I loaded the app onto my phone and it didn't work,
I had the latest update (that I could get on my phone - Android 4.4.2) of google play so telling me to update didn't give me any options
I ended up just needing to update my gradle file to the latest compatible googlePlay, in my case version 5.0.89.
So find out what version