getToken() failed. Status BAD_AUTHENTICATION error

后端 未结 11 1180
耶瑟儿~
耶瑟儿~ 2020-12-05 09:14

I\'ve found the following error when running my android application in android studio. app couldn\'t get installed on my device because of this error. Didn\'t find the solut

11条回答
  •  温柔的废话
    2020-12-05 10:03

    I got this error when tried to install app directly from Android Studio.
    It was due to certificate mismatch, since I used release certificate for setting up the app in Play Console, while Android Studio signs the app with debug certificate by default.
    Installing app via adb resolved the error.

    https://developers.google.com/games/services/android/quickstart#step_4_test_your_game

    Make sure to run an APK that you exported and signed with a certificate that matches one of the certificates you used during the application setup in Google Play Console.

提交回复
热议问题