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

sequelize.js - Sequelize group by with association includes id -

delphi - Take screenshot in webcam using VFrames in Console Application -

hibernate - Error accessing field [private java.lang.String entities.Register.numVocher] by reflection for persistent property [entities.Register#numVocher] -