【发布时间】:2016-05-11 23:09:53
【问题描述】:
在调试模式下,Google Play 游戏显示它正在加载屏幕,我什至可以登录。但是,之后我在一个干净的消息框中收到此错误:
The application is incorrectly configured. Check that the package name and signing certificate match the client ID created in Developer Console. Also, if the application is not yet published, check that the account you are trying to sign in with is listed as a tester account. See logs for more information.
在发布模式下,游戏崩溃,我在 Android Studio 中收到此错误:
Access Not Configured. The API (Google Play Game Services API) is not enabled for your project. Please use the Google Developers Console to update your configuration.
在 Google Play 开发者控制台中,所有标记都已打勾。我不明白为什么它不起作用。我应该对 SHA 密钥或客户端 ID 做些什么吗?
我还没有发布我的设置,但上面写着The Google Play game services settings are ready to test.我使用我的开发者帐户作为测试帐户,在我正在测试的设备上使用。
【问题讨论】:
标签: java android libgdx google-play-services google-play-games