First time here? Check out the FAQ!

Ask Your Question
1

Galaxy S4 (Android 4.3) UnsatisfiedLinkError - Where are the libraries?

asked Nov 27 '13

Linke Seitentasche gravatar image

updated Nov 27 '13

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 correct. I tried installing a package I found on the Play store but it did not show up under installed packages.

Any suggestions?

Preview: (hide)

3 answers

Sort by » oldest newest most voted
2

answered Nov 27 '13

It looks like some bug inside OpenCV Manager or some incompatibility with Android 4.3. I've created ticket on bug tracker.

Preview: (hide)

Comments

Thanks a lot!

1

answered Dec 24 '13

It looks like I've fixed the issue. Please check that the solution works on your device. Install the Manager apk and try any OpenCV sample app with the Manager. Please, do it ASAP. OpenCV 2.4.8 will be released in a few days. We need respond from you. Package is here

Preview: (hide)
0

answered Dec 27 '13

linuggz gravatar image

updated Dec 27 '13

This has fixed it for me. thanks Alexander!

Chris

Preview: (hide)

Comments

can u please share your solution

Question Tools

Stats

Asked: Nov 27 '13

Seen: 1,475 times

Last updated: Dec 26 '13