好的,我需要一些认真的帮助。所以我想在我的游戏中使用一些尚未发布的Google Play服务。我使用虚幻引擎制作了游戏。我跟着this documentation生成了密钥库文件,但是我需要SHA1指纹而我无法获取它。 我尝试关注this website,但我一直收到此错误:
keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect
java.io.IOException: Keystore was tampered with, or password was incorrect
有没有人知道这个错误,因为我开始对这个愚蠢的关键内容感到非常生气。
答案 0 :(得分:0)
您的Android密钥库通常有密码(例如生产密钥库),当您调用keytool -list -v ....
时,应该有一个提示,要求输入所选密钥库的密码。如果正确,它将提供该密钥库的必要信息(SHA-1等)。您可以参考this stackoverflow question