Delta update for Android App updates
问题 I am trying to setup my own Server to host apk files which will be available for installs and updates in the client App. On new version update of apk, only the updated part should get downloaded at the client end. I am able to generate a patch file using "bsdiff" at the server end. But at the client, how should I merge the patch file with the original apk and install the update. 回答1: Based on your question, it looks like you are looking for some kind of patching system. Normally Google play