Reduce APK Size using Patch and Update on Google Play Store
问题 I recently read about that Google is using File-by-File Patching and another one algorithm BsDiff - Delta update which patches apk files and gives only update sized apk to download from Play Store. I went through below blogs and links: 1) https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html 2) https://github.com/andrewhayden/archive-patcher/blob/master/README.md for "File-by-File Patching" 3) https://android-developers.googleblog