I have followed the steps and seems am missing something. I copied the com/kuro to the target app smali folder. When I rebuild and re-run the app, I get the following error:
Process: com.sample.sample, PID: 9865
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/kuro/APKKIller;
at com.sample.SampleApp.onCreate(Unknown Source:2)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1277)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6805)
I have the below on the class that extends the Android Application class:
I have followed the steps and seems am missing something. I copied the com/kuro to the target app smali folder. When I rebuild and re-run the app, I get the following error:
I have the below on the class that extends the Android Application class:
My folder structure looks as follows after copying the com/kuro smalli folder: