Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/202.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 Google Play应用邀请发送失败,错误代码13_Android_Google Play Services_Google App Invites - Fatal编程技术网

Android Google Play应用邀请发送失败,错误代码13

Android Google Play应用邀请发送失败,错误代码13,android,google-play-services,google-app-invites,Android,Google Play Services,Google App Invites,虽然以前工作得很好,但我的应用程序开始失败。我不相信我的代码被修改了。也不知道这个错误代码是什么意思 08-04 20:00:36.387 31451-2716/? E/AppInviteAgent﹕ Get suggested invitees failed due to error code: 13 08-04 20:00:54.636 31451-3312/? E/AppInviteAgent﹕ Create invitations failed due to error code

虽然以前工作得很好,但我的应用程序开始失败。我不相信我的代码被修改了。也不知道这个错误代码是什么意思

08-04 20:00:36.387   31451-2716/? E/AppInviteAgent﹕ Get suggested invitees failed due to error code: 13
08-04 20:00:54.636   31451-3312/? E/AppInviteAgent﹕ Create invitations failed due to error code: 13

这可能是因为您使用了释放密钥中的
SHA1指纹。但是您测试的构建是用android调试密钥签名的。因此,您可以尝试使用
keytool-exportcert-alias androiddebugkey-keystore~/.android/debug.keystore-list-v
获取
debug密钥
,默认密码的密码是
android
,为什么它以前工作正常,然后停止工作?您根本没有更改任何内容?没有。当我100%确定它能正常工作时,我回滚到了以前的代码,但仍然失败,错误代码相同。也许您需要更新项目中的一些库或依赖项