每次更改都需要重新签名 apk 吗?

发布于 2024-11-09 17:03:21 字数 96 浏览 0 评论 0原文

我正在制作我的第一个应用程序,刚刚签署并完成所有这些工作以制作一个官方签名的非调试 apk。现在,如果我想做一个小改变,我是否需要再次完成所有的退出,并使用相同的密钥,或者什么?

I am making my first app and just signed and did all that to make a official signed, non debugging apk. Now, if I want to make a small change, do I need to go through all the resigning again, and use the same key, or what?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

记忆消瘦 2024-11-16 17:03:21

是的,如果您希望用户能够轻松升级,您必须辞职并且应该使用相同的密钥(如果您更改密钥,则将被视为不同的应用程序)。

您还应该更新 AndroidManifest.xml 文件中的版本信息。

Yes, you must resign and you should use the same key if you want your users to be able to upgrade without difficulty (if you change the key it is considered a different app).

You should also update the version info in the AndroidManifest.xml file.

似梦非梦 2024-11-16 17:03:21

是的。每次提交到市场时都需要使用相同的密钥。确保将密钥库保存在安全的地方。

Yes. You need to use the same key every time you submit to the market. Make sure you keep your keystore in a safe place.

玻璃人 2024-11-16 17:03:21

是的,您必须使用相同的密钥进行签名才能更新市场上的应用程序。此外,如果您丢失了密钥库 - 您将无法再更新该应用程序。因此,请将其备份到安全的地方,最好是另外三个地方。

Yes, you have to sign with the same key to be able update the app on the market. further more, if you lose your keystore - you will not be able to update the app anymore. So back it up somewhere safe, and preferably on three more places.

℉服软 2024-11-16 17:03:21

是的,你必须辞职并使用同一把钥匙。
还需要在清单中更新。

Yes,You have to resign and use the same key.
Also need Update in the manifest.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文