gpt4 book ai didi

android - 如何在 Android Studio 中使用我的上传 key (没有 keystore )签署我的 android 应用程序包?

转载 作者:行者123 更新时间:2023-12-04 13:42:29 25 4
gpt4 key购买 nike

因此,我已经完成了将签名应用上传到 Playstore、发布它并选择加入托管 Play 商店签名的整个过程,如下所示:
https://developer.android.com/studio/publish/app-signing#enroll

作为此过程的一部分,我生成了一个 keystore 文件和上传 key (我都有)。

在上述链接的末尾,文章指出:

When you release your app after opting into App signing by Google Play, Google Play generates and manages your app’s signing key for you. Simply sign subsequent updates to your app using your app’s upload key before uploading it to Google Play. to me this means that I will only need the upload key and not the keystore file for future releases.



但是,当我返回 Android Studio 再次构建应用程序包(以便我可以发布另一个版本)时,我选择构建 > 生成签名包/APK,然后出现如下模式:

enter image description here

问题是,如何使用 生成新的签名应用程序包仅限 上传 key 而不是 keystore 文件?

最佳答案

keystore 是私钥的容器。上传 key 在 keystore 中(您的应用签名 key 也是如此)。因此,您需要包含上传 key 的 keystore 来签署您的应用程序。

编辑:您将在此处找到有关不同类型元素的更详细描述:https://support.google.com/googleplay/android-developer/answer/7384423?hl=en-GB

关于android - 如何在 Android Studio 中使用我的上传 key (没有 keystore )签署我的 android 应用程序包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55071944/

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