-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Not working in android #6
Comments
look into IMPORTANT in README carefully, the correct command is dart run opencv_dart:setup android --arch arm64-v8a the default value of --arch(abbr: -a) depends on your desktop, i.e., most likely to be x64 |
Thanks for the clarification. Working now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue1: Download link is incorrect
When running
dart run opencv_dart:setup android arm64-v8a
It tries to download: https://github.com/rainyl/opencv_dart/releases/download/v0.6.5/libopencv_dart-android-x64.tar.gz
But this link does not exist
I think expected link is: https://github.com/rainyl/opencv_dart/releases/download/v0.6.5/libopencv_dart-android-arm64-v8a.tar.gz
Issue2: flutter run failing on android (both emulator and real device)
I hardcoded the correct link and tried flutter run, after running the opencv_dart:setup command. Getting the following error.
Am i missing some step? After adding package I only ran opencv_dart:setup command (android arm64-v8a variation)
Console error logs
Code:
My development device:
The text was updated successfully, but these errors were encountered: