Cannot resolve symbol 'Auth' for google integration in android studio

前端 未结 8 1511
执念已碎
执念已碎 2021-01-01 12:01

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

8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-01 12:27

    • Put apply plugin: 'com.google.gms.google-services' beneath apply plugin: 'com.android.application'.

    • Add compile 'com.google.android.gms:play-services-auth:8.3.0' inside dependencies block. This will add related dependencies to your project.

提交回复
热议问题