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 ?
|
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 ?
| |||
|
feedback
|
|
You can try incubation ASM-subproject asmdex. Though currently there isn't much documentation available. | ||||
|
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 | |||
|
feedback
|