Closed yash-pietech closed 11 months ago
What is the workaround? @yash-pietech
Solved by update in android/app/build.gradle
packagingOptions { pickFirst 'lib/arm64-v8a/libfbjni.so' pickFirst 'lib/armeabi-v7a/libfbjni.so' pickFirst 'lib/x86/libfbjni.so' pickFirst 'lib/x86_64/libfbjni.so' }
I added jitsi_meet_flutter_sdk package in our project and try to run the app with android emulators and it is giving me issue below mwntion.
Flutter Doctor Output
[✓] Flutter (Channel stable, 3.16.3, on macOS 13.3.1 22E772610a darwin-arm64, locale en-IN) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 14.3) [✓] Chrome - develop for the web [✓] Android Studio (version 2023.1) [✓] VS Code (version 1.85.0) [✓] Connected device (4 available) [✓] Network resources
Here is the screenshot of error I am facing , would you please check and help me to resolved this issue
please let me know if you need more info on this issue .