每次更改都需要重新签名 apk 吗?
我正在制作我的第一个应用程序,刚刚签署并完成所有这些工作以制作一个官方签名的非调试 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
是的,如果您希望用户能够轻松升级,您必须辞职并且应该使用相同的密钥(如果您更改密钥,则将被视为不同的应用程序)。
您还应该更新 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.
是的。每次提交到市场时都需要使用相同的密钥。确保将密钥库保存在安全的地方。
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.
是的,您必须使用相同的密钥进行签名才能更新市场上的应用程序。此外,如果您丢失了密钥库 - 您将无法再更新该应用程序。因此,请将其备份到安全的地方,最好是另外三个地方。
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.
是的,你必须辞职并使用同一把钥匙。
还需要在清单中更新。
Yes,You have to resign and use the same key.
Also need Update in the manifest.