-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error compiling the example #1
Comments
Hello, thank you for showing interest in the project. The compilation issue is caused by the absence of the x86 directory in flutter_camera_calibration/android/src/main/jniLibs. Due to GitHub's upload size limits, the plugin was published without the x86 library. If you need the library, you can add the x86 library and build the project to resolve the issue. Have a great day and good luck! |
Thanks for the info. Where do I get that library? Do I have to compile it myself? Also did you try using git lfs with GitHub? |
Hello, You can refer to init.sh in the root directory. Please execute the following commands: Download the opencv source code and unzip itwget -O "opencv-$opencv_version-android-sdk.zip" "https://github.com/opencv/opencv/releases/download/$opencv_version/opencv-$opencv_version-android-sdk.zip" Good luck! |
Hello,
I'm trying to compile including this in my app and also tested the example and am getting the same error:
I've got opencv installed already but not sure if I'm missing something else. I'm running on Linux Ubuntu.
The text was updated successfully, but these errors were encountered: