Hi,
I'm trying to use javacpp in order to use fisherFaces classifier. I'm using Android studio, and all the time that I try to run my code I get the error that I mentioned in the title and in this screenshot.

I installed tha jars manually and here are two screenshots of the dependencies under my build.gradle and my libs tree.


Can you please help with this?
Thanks in advance
Could you also provide the list of files in your APK?
The code that I'm trying to compile and run isn't an android APK. It's a regular PC terminal program.
Then don't use Android Studio.
Tried Eclipse and It worked! Thank you very much.
Actually my project Includes some code for android(as client side) and some code for PC (as a server side), and I didn't want to to use two different IDEs.
I can't see the reason why it doesn't work on Android Studio, but it's ok for now to switch between Eclipse and Android Studio when I want to debug.
It should work, but you need to make sure the module for opencv gets
included by Gradle, which is obviously not happening for your project. In
the worst case, just add all dependencies manually, it will work.
Most helpful comment
Then don't use Android Studio.