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
Why I can't compile the module "ndklibrarysample" into the APK? I extracted the APK and could not find the required libndklibrarysample.so, making that Face Detection and Tutorial 2 failed to work. Is any parameter or setting that I'm missing here?
OK, managed to solve the problem by using these settings:
Use Android Studio 2.1 (I use AS 2.1.1)
Use JDK 7 (I use jdk1.7.0_71)
Use android-ndk-r10e
Use OpenCV 4 Android SDK version 3.0.0
Download zip file of this repository, unzip it somewhere. Then Open AS 2.1, Open Project by locating the directory which contains 'app' folder. Modify the jni include directory in the 'build.gradle (Module: app)' file to our OpenCV SDK folder, then Run this app into Android device/emulator. That's all. Phew! Took me many days to get this..
The text was updated successfully, but these errors were encountered:
Why I can't compile the module "ndklibrarysample" into the APK? I extracted the APK and could not find the required libndklibrarysample.so, making that Face Detection and Tutorial 2 failed to work. Is any parameter or setting that I'm missing here?
OK, managed to solve the problem by using these settings:
Download zip file of this repository, unzip it somewhere. Then Open AS 2.1, Open Project by locating the directory which contains 'app' folder. Modify the jni include directory in the 'build.gradle (Module: app)' file to our OpenCV SDK folder, then Run this app into Android device/emulator. That's all. Phew! Took me many days to get this..
The text was updated successfully, but these errors were encountered: