-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Failed to load dynamic library 'libopencv_dart.so': dlopen failed: library "libopencv_dart.so" not found. #29
Comments
Read README carefully. |
@rainyl the readme is ambiguous. kindly clarify the most required steps to run the sample app as I'm also getting the same error while I've already tried to run the following commands: dart run opencv_dart:setup android --arch armeabi-v7a |
@VishGoria Allright, I have added more detailes in README and example Releated issues: |
@rainyl The commands are only creating empty folders inside the opencv_dart\android\src\main\jniLibs |
@VishGoria paste your command output please, you can also manually extract .tar.gz and copy libopencv_dart.so to corresponding directory |
Apologize for my mistake, It is a bug, will be fixed quickly. |
Launching lib/main.dart on iPhone 15 Pro in debug mode... Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) Could not build the application for the simulator. I am follow the instructions README, but not works, |
I have no mac M1 so can't test, I suggest you to add -v option to see the logs or setup it manually with -f option and try again. This package supports universal framewrok but only tested on x86_64 simulators by myself, I don't know whether it works on arm64 simulators. |
Error:
ArgumentError (Invalid argument(s): Failed to load dynamic library 'libopencv_dart.so': dlopen failed: library "libopencv_dart.so" not found)
Win10 x64, Android7(qemu),
Flutter 3.19.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision bae5e49bc2 (9 weeks ago) • 2024-02-13 17:46:18 -0800
Engine • revision 04817c99c9
Tools • Dart 3.3.0 • DevTools 2.31.1
Where is libopencv_dart.so stored in?
The text was updated successfully, but these errors were encountered: