更新后的应用资源
我对应用程序更新很好奇。假设更新需要与旧版本使用的资源不同的资源,那么在这样的资源处理过程之后会发生什么?它们是否被覆盖?(如覆盖 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
资源位于 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.