Hi,
I would like to know from where or how did OpenCV load libopencv_java.so file to the device?
The sample project(Face Detection) of OpenCV work fine, but If I try to load OPENCV_VERSION_2_4_3, it's falied to load the libopencv_java file, and the following error was shown:
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/org.opencv.engine-1/lib/arm/libopencv_java.so" is 32-bit instead of 64-bit
Why is my libopencv_java is different if I use the same sdk?