Bytecode manipulation on Android class -


i bytecode manipulation on android.view.view class (adding methods), possible? should use javassist or maybe different library?

thanks

no can't. android uses own bytecode format not compatible "standard" bytecode format javassist , other libs operate on.

http://bravenewgeek.com/dalvik-bytecode-generation/


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -