morpheus
morpheus copied to clipboard
An Android gradle plugin to transform classes via javassist.
Hi Stephane I am currently looking to work on compile time byte code weaving for android. I have found libraries like Javasssit, ASM, Dexmaker. Can you please suggest which library...
It even uses a pre-release version! 3.1.1 should be used.
The tasks order gets wrong while using insta-run. The dex class is not working anymore because the transform api came : http://tools.android.com/tech-docs/new-build-system/transform-api . I know this project is not maintained...
I am trying to use Morpheus in my own plugin. I am following along with the LogLifeCycle and have just about everything integrated. However, when I try to run my...