You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- refactors the import of the openCV native libs by importing the dependencies as a git submodule, which also automates this process, so there is no longer the need of copying the native files manually.
- passes the path of the openCV native submodule to the CMakeLists.txt.
- updates kotlin to the latest version.
Next you have to copy two folders from the native library to the project.
21
-
- copy `opencv_native/sdk/native/libs` to `app/src/main/jniLibs`
22
-
- copy `opencv_native/sdk/native/jni/include` to `app/src/main/include`
23
-
24
-
Alternatively, you can create symlinks - as written below. It is assumed that your project root folder (DocScan) and the opencv_native folder are on the same hierarchy level.
0 commit comments