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 -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -