我一直在这里使用本教程在我的应用程序中实现 Google 登录按钮。
我有来自 Google Developer Console项目 ID 和编号证明的项目名称和 ID
我已将号码放入strings.xml
文件并添加
<meta-data android:name="com.google.android.gms.games.APP_ID"
android:value="@string/app_id" />
到AndroidManifest.xml
文件
我的应用程序运行良好,但是当我尝试使用添加到我的活动中的 Google 登录按钮登录时,我的 LogCat 中出现以下错误。
03-08 17:45:59.626 2073-12290/? E/GameAgent: Unable to retrieve application 522187312304 from network
03-08 17:45:59.626 2073-12290/? E/GameAgent: Application 522187312304 is not associated with package com.example.healyj36.quizapp. Check the application ID in your manifest.
我不明白我做错了什么,我使用了错误的 ID / 号码吗?
另外,我对Google Developer Console
and感到困惑Google Play Developer Console
。它们之间有什么区别?我用错了吗?(我正在使用谷歌开发者控制台)