【问题标题】:Play game services: The application is incorrectly configured error?玩游戏服务:应用程序配置错误?
【发布时间】:2016-02-01 06:32:43
【问题描述】:

我已将 google play 游戏服务集成到我的应用程序中,并且我已在 playstore 中部署该应用程序以进行 aplha 测试。我还为测试人员添加了正确的电子邮件 ID,并且我已经正确配置了 SHA5。但我收到了如下屏幕截图所示的错误。

我可以在 android studio logcat 中看到以下日志

**** APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** This is usually caused by one of these reasons:
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** (1) Your package name and certificate fingerprint do not match
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: ****     the client ID you registered in Developer Console.
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** (2) Your App ID was incorrectly entered.
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** (3) Your game settings have not been published and you are 
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: ****     trying to log in with an account that is not listed as
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: ****     a test account.
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: ****
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** To help you debug, here is the information about this app
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Package name         : com.purvotara.makeit24
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Cert SHA1 fingerprint: 27:EF:8E:62:7E:34:8E:B2:C6:47:A2:57:A9:EB:99:70:AC:40:D2:B2
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** App ID from          : 978150775748
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: ****
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Check that the above information matches your setup in 
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Developer Console. Also, check that you're logging in with the
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** right account (it should be listed in the Testers section if
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** your project is not yet published).
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: ****
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** For more information, refer to the troubleshooting guide:
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: ****   http://developers.google.com/games/services/android/troubleshooting

请帮忙解决这个问题。

【问题讨论】:

    标签: android cordova google-play-services android-sdk-tools


    【解决方案1】:

    我希望这将帮助您解决生成构建问题:

    您在开发者控制台中上传的签名与您签名的构建签名相匹配。

    使用在开发者控制台中上传的相同签名。否则更改开发者控制台中的信息。

    NOTE : Signature in developer console should match the signature which is configured in your android studio build settings. Then only you can able to upload the signed and production build to a marketplace.

    【讨论】:

    • 感谢您的回复。能否请您详细说明。我在哪里可以找到签名?如果找到,我应该将签名从开发控制台复制到本地项目。
    猜你喜欢
    • 2014-06-21
    • 1970-01-01
    • 2013-06-25
    • 2015-05-08
    • 1970-01-01
    • 2018-08-04
    • 2015-01-31
    • 2014-04-25
    相关资源
    最近更新 更多