玩游戏服务:应用程序配置错误错误?

时间:2015-11-01 05:48:11

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

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

screenshot

我可以在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

请帮助解决此问题。

1 个答案:

答案 0 :(得分: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.