I'm looking for a CGLIB analog usable for Dalvic bytecode. Is there such library in Android World ?

Maybe, there is a way to translate CGLIB result to Davlic bytecode on-the-fly ?

link|improve this question

64% accept rate
feedback

2 Answers

You can try incubation ASM-subproject asmdex. Though currently there isn't much documentation available.

link|improve this answer
feedback

Just came across this library from the Android team on google code recently: Dexmaker

Seems to have potential. This is related specifcially to an ehancement request to Android: Dalvik Bytecode generation

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.