leadrien / opencv_native_androidstudio

An android studio project with native Opencv
320 stars 120 forks source link

How do we make symlink ? #10

Closed mohitsingh9512 closed 6 years ago

Bastl34 commented 6 years ago

Like this: ln -s YOUR_OPENCV_ANDROID_SDK/sdk/native/libs jniLibs

hollaus commented 5 years ago

Under windows use mklink. Using a simple shortcut is not sufficient.