I'm following this for installing the opencv in Android Studio:
How to use opencv in android studio using gradle build tool?
But I have not figured out what happened with the following error:
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load mixed_sample: findLibrary returned null
After this code: System.loadLibrary("mixed_sample");
Any solution?