Hi,
Thank you for sharing the code.
There is one small issue in the code that may have caused errors for some people. It's nice if you mention it in the readme file so people know what to do. The issue is that in your gradle file:
|
cppFlags += "-I${file("C:/Users/jnardari/Desktop/OpenCV-android-sdk/sdk/native/jni/include")}".toString() |
you have referred to the sdk on your own computer. People need to change that in order to make the code work.
Hi,
Thank you for sharing the code.
There is one small issue in the code that may have caused errors for some people. It's nice if you mention it in the readme file so people know what to do. The issue is that in your gradle file:
OpenCV-AndroidSamples/app/build.gradle
Line 30 in 62b23f9
you have referred to the sdk on your own computer. People need to change that in order to make the code work.