Android Google SignIn not working in debug mode: GoogleSignInResult is false

后端 未结 6 949
我在风中等你
我在风中等你 2020-12-17 08:36

I have been following this tutorial to get Google SignOn going: https://developers.google.com/identity/sign-in/android/start-integrating

When I run my application lo

6条回答
  •  萌比男神i
    2020-12-17 09:17

    I had the same problem and it was due to

    apply plugin: 'com.google.gms.google-services'
    

    not being at the bottom of the app build.gradle.

    Figured it out by looking at the Gradle Console. No errors were raised.

提交回复
热议问题