I am trying to compile this project (https://github.com/dennisss/mvision/tree/master/android) which is a success after changing minSdkVersion to 22.
However, the app only displays a black screen after running it. When I look deeper into the code, I can find several lines where the error "Cannot resolve corresponding JNI function" is displayed. (such as in /mvision-master/android/app/src/main/java/me/denniss/mvision/RecordingFragment, line 61)
I tried to solve the problem using answers on similar issues that I found but it didn't work, does anyone has an idea on how to fix this?
any help would be greatly appreciated! Thank you!