Dear friends, Mr. Erel,
I have read forum. But I not understand how can I solve it or if it is possible to solve my situation, because
If I am using Library nr.1 alone, then everything is perfect.
In my project code I am not using code such this:
System.load(File.Combine(File.getDirDefaultExternal(), "xxxxxxxxx.so"));
If I am using Library nr.2 alone, then everything is perfect.
In my project code I am not using code such this:
System.load(File.Combine(File.getDirDefaultExternal(), "xxxxxxxxx.so"));
If I am using Library nr.1 alone and I add to same project Library Nr.2 (if I am working with Nr1 and Nr2 together), then I get desribed error:
java.lang.UnsatisfiedLinkError: dlopen failed: library "libpocketsphinx_jni.so" not found
Please I understand right that both Libraries contains code
System.load(File.Combine(File.getDirDefaultExternal(), "xxxxxxxxx.so"));
and I must change this code inside Libraries?
How can I do it, please?
Best regards,
p4ppc