deokgyuhan / flutter_image_processing

MIT License
4 stars 3 forks source link

while compiling project Execution failed for task ':flutter_image_processing:buildCMakeDebug[x86]'. #2

Open fahad-whizpool opened 2 months ago

fahad-whizpool commented 2 months ago

FAILURE: Build failed with an exception.

fahad-whizpool commented 2 months ago

Flutter Information:

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.6, on macOS 13.5 22G74 darwin-x64, locale en-PK) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.0) [✓] Chrome - develop for the web [✓] Android Studio (version 2022.3) [✓] VS Code (version 1.81.1) [✓] Connected device (8 available) [✓] Network resources

• No issues found!

deokgyuhan commented 2 months ago

Hello, thank you for showing interest in the project.

The compilation issue is caused by the absence of the x86 directory in ~/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!