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

Play game services: The application is incorrectly configured error?

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

我可以在 android 工作室中看到以下日志 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

请帮助解决这个问题。

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

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

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

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.