Android, Update app classes on the fly -
how can update classes in android (for example injecting classes want special port app)? or @ least make update patch user have not download whole app.
you can not update app classes on fly.
all application classes bundled in apk file, , can not apply patch in apk file.
you need build separate new apk file if want provide patch or change class file.
Comments
Post a Comment