【问题标题】:android play games services "your application is incorrectly configured" just when I publish itandroid play 游戏服务“您的应用程序配置不正确”就在我发布它时
【发布时间】:2015-02-15 08:14:58
【问题描述】:
我一直在开发一个使用 Google Play 服务的 android 游戏,它在 Eclipse ADT 上运行良好,配置正确,但当我发布它时,我收到消息“应用程序配置不正确。检查一下包名称和签名证书与客户端 ID 匹配..."。但它适用于 Eclipse,所以我做错了什么?除了这个,我真的不知道怎么解释,但是谁能帮帮我?
【问题讨论】:
标签:
android
google-play
google-play-services
【解决方案1】:
找到了解决方法:在导出 APK 时使用了位于我的 .android 文件夹中的 debug.keystore
【解决方案2】:
经过 4 小时的研究,我找到了成功修复此错误的解决方案:
开发时,请确保与您签署 SHA1 debug.keystore,而不是发布密钥库。
祝你好运!