can not find symbol class Builder

前端 未结 2 1018
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-20 15:10

I am using loginActivity in android.

ERROR

can not find symbol class Builder

I have also imported the file:

2条回答
  •  暖寄归人
    2020-12-20 15:56

    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.

提交回复
热议问题