Gradle Error:Execution failed for task ':app:processDebugGoogleServices'

前端 未结 24 1955
灰色年华
灰色年华 2020-11-30 01:09

I am following this link to integrate Google sign-in in my android app.https://developers.google.com/identity/sign-in/android/start-integrating As given in last step on the

24条回答
  •  渐次进展
    2020-11-30 01:33

    I also faced the same issue. But I forgot to add google-services.json in my project. You can get this file from Google.

提交回复
热议问题