how can improve my app's Incremental updates efficiency
as you know,since android4.1,google has support smart app updates. and for
users,when they updates their android apps which installed from google
play, they only download what changed instead of downloading all of apk.
in my app,I want support smartAppUpdates too. and now I use bsdiff and
bspatch.but I also think when I update my app, it's so big for user to
download. and in my app's apk file,the libs is so big, my apk is about
11M,but the .so file which in libs is 9M. and when I update my app,I have
never update the libs. for example:I use bsdiff like this bsdiff old.apk
new.apk diff.apk
the new.apk is 11.5M and the old.apk is about 11.4M but the diff.apk is
about 6M.
and when I update my app,I have never update the libs.
when I try to zip the diff.apk for reduce it,but is't unuse. the
diff.zip's size is equals the diff.apk's size
and how can I do this? is everyone help me?
how can I improve my app's incrmental updates efficiency?
No comments:
Post a Comment