can not load IA 32-bit .so on ARM-bit platform

1

I have a jni .so library to run on a Raspberry PI, but the architectures are not compatible. How can I make it roll? I have all the sources.

EDIT: I was able to compile the library through the RPi, but now it does not recognize the methods. It's giving this error: java: symbol lookup error: undefined symbol:

    
asked by anonymous 14.03.2017 / 14:07

0 answers