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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -