谷歌获取Play服务的签名无效Play

2023-09-07 02:55:55 作者:低吟゛花非花的格调ら

我试图谷歌,加上登录集成在我的申请,我该指南为同一如下:的 https://developers.google.com/+/mobile/android/getting-started

I am trying to integrate Google plus login in my application, I am following this guide for the same: https://m.xsw88.com/allimgs/daicuo/20230907/4357.png.jpg

I am also attaching the screen shot of how I generated the key: http://img443.imageshack.us/img443/3039/d96d.jpg

推荐答案

当您创建调试键,你与你的生成关联呢?

When you create your debug key, have you associated it with your build?

在下面的图片,从窗口 - > preferences,然后Android->构建,取其使用SHA1,与F2键启动:38,需要将所选择的关键,建立与...

In the pic below, from Window->Preferences, and then Android->Build, whichever key is using your SHA1 that starts with F2:38, needs to be the selected key to build with...

(如果当你想重新安装保持这个键,切换到另一台计算机..等)

(keep this key if for when you want to re-install, change to another computer.. etc...)

如果不是它,一对夫妇的其他东西流行在脑海中。

If that isn't it, a couple of other things pop to mind.

请确保您的包名与您添加在您的开发者账户的任何包匹配,并确保只使用您的帐号资源文件的数量部分:

Make sure your package name matches with whatever package you added on your developer account, and make sure you are only using the number portion in your ID resource file:

<resources>
<string name="app_id">774883601790</string>
</resources>

当然您尝试该帐户是您的开发者帐户,或添加到您的测试帐户列表中(不会是同样的错误,虽然...)

and of course that the account you are trying is your developer account, or added to your list of test accounts (wouldn't be the same error though...)