avian icon indicating copy to clipboard operation
avian copied to clipboard

Could not get class name through JNI

Open ashitikov opened this issue 8 years ago • 1 comments

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!

ashitikov avatar Jul 29 '16 12:07 ashitikov

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?

dicej avatar Aug 01 '16 18:08 dicej