Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/234.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
android play games服务“您的应用程序配置不正确”,就在我发布它的时候_Android_Google Play_Google Play Services - Fatal编程技术网

android play games服务“您的应用程序配置不正确”,就在我发布它的时候

android play games服务“您的应用程序配置不正确”,就在我发布它的时候,android,google-play,google-play-services,Android,Google Play,Google Play Services,我一直在开发一款使用Google play服务的android游戏,它在Eclipse ADT上运行得非常好,配置正确,但当我发布它时,我得到一条消息,应用程序配置不正确。检查包名称和签名证书是否与客户端ID匹配。但是它在Eclipse上起作用了,那么我做错了什么呢?除此之外,我真的不知道如何解释,但有人能帮我吗?找到了解决方法:在导出APK时使用了.android文件夹中的debug.keystore经过4个小时的研究,我找到了成功修复此错误的解决方案: 开发时,请确保使用debug.keys

我一直在开发一款使用Google play服务的android游戏,它在Eclipse ADT上运行得非常好,配置正确,但当我发布它时,我得到一条消息,应用程序配置不正确。检查包名称和签名证书是否与客户端ID匹配。但是它在Eclipse上起作用了,那么我做错了什么呢?除此之外,我真的不知道如何解释,但有人能帮我吗?

找到了解决方法:在导出APK时使用了.android文件夹中的debug.keystore

经过4个小时的研究,我找到了成功修复此错误的解决方案: 开发时,请确保使用debug.keystore对SHA1进行签名,而不是发布keystore。 祝你好运