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

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

javascript - Why Selenium can't find an element that is graphically visible -

angular - Angular2 Router: Cannot find primary outlet to load 'HomeComponent' -