gpt4 book ai didi

android - Apk 签名者条目不包含 key

转载 作者:行者123 更新时间:2023-12-02 12:18:51 24 4
gpt4 key购买 nike

我正在尝试使用此代码使用 APK 签名者手动签署 APK

apksigner sign --ks D:\Android\SDK\keystores\release.keystore --ks-key-alias uploadcertificate --out app-release.apk app.apk

但它给了我一个错误说

Failed to load signer "signer #1": D:\Android\SDK\keystores\release.keystore entry "uploadcertificate" does not contain a key

但是,当我使用 keytool 列出 keystore 中的别名时,我可以看到别名 uploadcertificate。

keytool -v -list -keystore D:\Android\SDK\Keystores\release.keystore
Enter keystore password:
Keystore type: JKS
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: uploadcertificate
Creation date: May 21, 2018
Entry type: trustedCertEntry

Owner: C=US, O=Android, CN=Android Debug
Issuer: C=US, O=Android, CN=Android Debug
Serial number: 1
Valid from: Mon Feb 13 23:47:57 IST 2017 until: Wed Feb 06 23:47:57 IST 2047
Certificate fingerprints:
MD5: **:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**
SHA1: **:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**
SHA256: **:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**
Signature algorithm name: SHA1withRSA
Subject Public Key Algorithm: 1024-bit RSA key
Version: 1

知道为什么会发生这种情况吗?

最佳答案

生成 keystore 时,请勿使用任何非法字符,尤其是在密码中。我的密码中有“#”。生成仅包含字母和数字的新 key 允许我签署该应用程序。

更多解释/答案在这里找到: Visual Studio's AndroidApkSigner does not find key in keystore

关于android - Apk 签名者条目不包含 key ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50438908/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com