rotk19

Results 3 comments of rotk19

Can you share the patch? I'm facing same problem. Thanks!

Enjoy Your Vacation ⭐️ Thank you so much 💯 My old code: `Java.use("com.xxx.app.Push.MyPushReceiver");` It throw exception: ` Abort message: 'java_vm_ext.cc:542] JNI DETECTED ERROR IN APPLICATION: JNI GetArrayLength called with pending...

So I fixed my problem 🍳 It work great for me. Instead of ``` if (error.message.indexOf("java.lang.ClassNotFoundException") < 0 || ignoreClasses.indexOf(name) < 0) throw error; return classObject; ``` I used `Java.registerClass`...