Hello everyone!!
Have such problem : nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]] couldn't find "libpocketsphinxjni.so" at java.lang.Runtime.loadLibrary(Runtime.java:366) at java.lang.System.loadLibrary(System.java:988) at edu.cmu.pocketsphinx.SpeechRecognizerSet
I try to change pocketsphinx.jar and jniLibs from my progect to demo projects files.But result the same, error above. .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone!!
Have such problem :
nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]] couldn't find "libpocketsphinxjni.so"
at java.lang.Runtime.loadLibrary(Runtime.java:366)
at java.lang.System.loadLibrary(System.java:988)
at edu.cmu.pocketsphinx.SpeechRecognizerSet
I try to change pocketsphinx.jar and jniLibs from my progect to demo projects files.But result the same, error above. .
http://stackoverflow.com/questions/30474073/unsatisfiedlinkerror-nativelibrarydirectories-vendor-lib64-system-lib64