avian
avian copied to clipboard
Could not get class name through JNI
Hello! Calling any method from Class give me errors like: java/lang/NoSuchMethodError: getName ()Ljava/lang/String; not found in java/lang/Class
Avian was built for ios-x86_64 with option -sim=true
Thanks for help!
Hi Alexander,
I'm unable to reproduce this. I modified https://github.com/ReadyTalk/hello-ios to call Class.getName()
and print the result to the screen, and that worked fine. Can you provide a test case?