Google Play 更新应用资源

Google Play Update App Resources

我只是想知道是否可以将更新上传到 Google Play 商店中的应用程序,其中仅更新了特定的资源文件,因此用户只需下载几 KB 即可更新? 我到处都找遍了,找不到这个问题的任何答案。

我问这个是因为很多应用程序都很明显,即。游戏,在 GPlay 上,他们不会下载整个新游戏并删除旧游戏,而是只更新特定文件?

谢谢!

Google目前不支持此类补丁。随着 Firebase 的引入,您可以 modify remotely properties 无需上传新的 APK,但这不会达到您想要的效果。

还有其他解决方案,例如 Tinker which provide a hot-fix solution without uploading a new APK, and satisfies what you want. Although I haven't fully tested it, it has a very good reputation. On the other hand, it has some known issues you should read before in their github site

在他们的应用程序修补程序示例中,他们更新了语言资源值,如下所示: https://github.com/Tencent/tinker/blob/master/tinker-sample-android/app/src/main/res/values/strings.xml