odayashour
New Member
Hello All,
I'm trying to import Speex library to my B4A project, Speex library depend on native library JNA, I was able to import the library to my project and it compiles fine but when running I got this error :
- java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/android-arm/libjnidispatch.so) not found in resource path.
Do I have to put libjnidispatch.so somewhere in my B4A project, Or in my java project before generate jars? . (I'm using eclipse btw).
Thanks
I'm trying to import Speex library to my B4A project, Speex library depend on native library JNA, I was able to import the library to my project and it compiles fine but when running I got this error :
- java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/android-arm/libjnidispatch.so) not found in resource path.
Do I have to put libjnidispatch.so somewhere in my B4A project, Or in my java project before generate jars? . (I'm using eclipse btw).
Thanks