更新后的应用资源

发布于 2024-08-29 16:35:27 字数 99 浏览 4 评论 0原文

我对应用程序更新很好奇。假设更新需要与旧版本使用的资源不同的资源,那么在这样的资源处理过程之后会发生什么?它们是否被覆盖?(如覆盖 string.xml)或旧资源被删除并替换为新资源?

I have a curiosity about application updates . What happens after such a process with the resources supposing that the update needs different resources than the ones the old version used ? Are they overwritten ?( like overwrite string.xml) or the old resources are deleted and replaced with the new ones ?

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

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

发布评论

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

评论(1

征﹌骨岁月お 2024-09-05 16:35:27

资源位于 APK 文件中。更新应用程序时,您将替换 APK 文件。因此,资源被全部替换。

The resources are in the APK file. When you update the application, you replace the APK file. Hence, the resources get replaced in toto.

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