Hi
I've downloaded openCV source code and follow http://code.opencv.org/projects/opencv/wiki/Building_OpenCV4Android_from_trunk
(OpenCV build section) to build for Android.
after running make -j8 I see folder build_android_arm->lib->armeabi-v7a.
inside the folder I can see some static libraries and libnative_camera.so files, but how can i get libopencv_java.so file that is used in my Android app?
↧