i am new in androidstudio. i have done integration of google in eclipse but am having issues in studio. i am following step by step from this site : https://developers.googl
With the latest version (2.2.2) what I had to do in order to fix this issue was to add the line below as a dependency into my app/build.gradle file
app/build.gradle
compile 'com.google.android.gms:play-services-auth:9.8.0'
Hope it helps.