Ask Your Question
1

Create libopencv_java.so from source

asked 2016-08-02 02:24:33 -0600

boazgarty gravatar image

updated 2016-08-02 02:25:53 -0600

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?

edit retag flag offensive close merge delete

Comments

same problem ; tried with parameters: BUILD_SHARED_LIBS=OFF BUILD_FAT_JAVA_LIB=ON but still didnt generate libopencv3_java.so .

Acnirak gravatar imageAcnirak ( 2016-08-03 09:58:28 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-09-29 06:08:56 -0600

Acnirak gravatar image

updated 2016-09-29 06:09:34 -0600

Today i encountered same problem again ; Solution is installing ant; if you are using ubuntu you can install it with: sudo apt-get install ant

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-08-02 02:24:33 -0600

Seen: 1,071 times

Last updated: Sep 29 '16