Galaxy S4 (Android 4.3) UnsatisfiedLinkError - Where are the libraries?
Hi
I got my new Samsung Galaxy S4 with Android 4.3. When I try to run my OpenCV app, I get this error on instantiating a Mat():
11-27 16:25:37.298: W/dalvikvm(26236): No implementation found for native Lorg/opencv/core/Mat;.n_Mat:()J
This is how I initialize OpenCV:
boolean ret = OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_6, this,
mLoaderCallback);
Ret value is true. The mLoaderCallback is never called!
This is what OpenCV manager looks like:
There are no installed packages, I think this is not correct. I tried installing a package I found on the Play store but it did not show up under installed packages.
Any suggestions?