Create libopencv_java.so from source
Hi I've downloaded openCV source code and follow http://code.opencv.org/projects/openc... (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?
same problem ; tried with parameters: BUILD_SHARED_LIBS=OFF BUILD_FAT_JAVA_LIB=ON but still didnt generate libopencv3_java.so .