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

前端 未结 24 1977
灰色年华
灰色年华 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:25

    None of the answers here helped. I needed to have "apply plugin: 'com.google.gms.google-services'" in my gradle. What helped was updating Android Studio to the latest version. I was then able to add the plugin and connect to Firebase Messaging Service.

提交回复
热议问题