I\'m developing an Android project using OpenCV. Some of the methods do not have Java version, so I have to use NDK to use them in my project.
This is my first time
For me I was using the wrong class (MyClass) in
extern "C" JNIEXPORT jstring JNICALL Java_package_MyClass_test(JNIEnv* env, jobject)