ClauberBM

Results 3 comments of ClauberBM

InvocationArg::try_from(c); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From` is not implemented for `InvocationArg`, which is required by `InvocationArg: TryFrom` the problem is that I can't get jObject from JNI and use it...

65 | let instance = Instance::from_jobject_with_global_ref(c).unwrap(); | -------------------------------------- ^ expected `*mut _jobject`, found `*mut c_void` | | | arguments to this function are incorrect | = note: expected raw pointer...

java_vm_ext.cc:591] JNI DETECTED ERROR IN APPLICATION: JNI NewGlobalRef called with pending exception java.lang.ClassNotFoundException: Didn't find class "org.astonbitecode.j4rs.api.dtos.InvocationArg" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/system/lib64, /system_ext/lib64, /system/lib64, /system_ext/lib64]] java_vm_ext.cc:591] at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:259) java_vm_ext.cc:591]...