Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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:

image description

There are no installed packages, I think this is not corrct. I tried installing a package I found on the Play store but it did not show up under installed packages.

Any suggestions?

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:

image description

There are no installed packages, I think this is not corrct. correct. I tried installing a package I found on the Play store but it did not show up under installed packages.

Any suggestions?