-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.UnsatisfiedLinkError: dlopen failed: library "../../lib/libtbb.so" not found #434
Comments
Could you try again with JavaCV 1.2? |
@saudet can you please give link of javacv 1.2 ? because i only found 0.3 :( |
Dear i used exactly the same but did't work :( |
Make sure to use JavaCPP 1.2.1 though: #412 |
@saudet im using the latest version it works on mostly devices but the same build doesnot work on X64 architecture ...and the second thing when i change the target sdk from 23 to 22 it works fine on all the devices but going beyond 22 it crash and gives the same error on x64 device like motrola droid, note 5, etc |
Maybe your 64-bit devices don't support 32-bit binaries, it's possible. Marking as duplicate of bytedeco/javacpp-presets#52 #467 etc |
And the problem with SDK > 22 is already fixed so please update to the latest version: #245 |
64-bit builds for Android (as the "android-arm64" and "android-x86_64" platforms) are now available, so please give it a try! Binaries for 1.4.1-SNAPSHOT can be downloaded from the snapshot repository: http://bytedeco.org/builds/ |
Hello dear I am also facing the same issue can anyone help me for solving this issue. or if anyone have the working code of Facerecognition android application then please send me ASAP on my emailId mentioned below:- |
Hi saudet, I couldn't fix this issue - dlopen failed: library "../../lib/libtbb.so" not found. |
@9729806859 @agiratech-sankar This is fixed, just use the latest version. |
I am using javaCV 0.3 when i change target sdk to 23 then app crash on nexus device but works well on other devices. Kindly help guys due to playstore restriction i cannot downgrade to target sdk 22 i have to stick with 23. :(
The text was updated successfully, but these errors were encountered: