Here is my app architecture.
I want to load a library using this code :
System.loadLibrary("openalpr-native");
It doesn't work, saying dlopen failed: library "libopenalpr-native.so" not found
I searched and found no reason.
Any idea?
Here is my app architecture.
I want to load a library using this code :
System.loadLibrary("openalpr-native");
It doesn't work, saying dlopen failed: library "libopenalpr-native.so" not found
I searched and found no reason.
Any idea?