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

前端 未结 8 1484
执念已碎
执念已碎 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条回答
  •  暖寄归人
    2021-01-01 12:26

    I had the same issue, add compile 'com.google.android.gms:play-services-auth:10.0.1 (your project's latest version) in your app level gradle file.

提交回复
热议问题