I am using loginActivity in android.
ERROR
can not find symbol class Builder
I have also imported the file:
I solved in my project by downgrading play-services to:
compile 'com.google.android.gms:play-services:6.1.71'
in dependencies in gradle file.