-
I was told to use the isHelperClass method in the InstrumentationModule, but it doesn't seem to be working.
I want to call my custom class at the start or end of a method. However, due to a class loader issue, a NoClassDefFoundError error occurs.
build.gradle
dependency.gradle
Do I need to use a library called Muzzle? There isn't enough information in the manual to follow along, making it difficult to set up. Can you provide detailed instructions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The error message says |
Beta Was this translation helpful? Give feedback.
asking and answering oneself:
build.gradle:
dependency.gradle:
The JAR task runs, and the isHelperClass function is called. I confirmed that the isHelperClass function is called during the compile and build stages