Skip to content

How to package new version of OpenCV

Blast Piruin Panichphol edited this page Feb 13, 2018 · 1 revision
  1. download latest android-sdk version at https://github.com/opencv/opencv/releases

  2. replace all file in directory

    • /opencv-android/src/main/java with sdk/java/src
    • /opencv-android/src/main/jniLibs with sdk/native/libs
  3. test with ./gradlew clean assemble

  4. commit and push with new release tag and let Travis-CI work

Clone this wiki locally