jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
31 stars 25 forks source link

I am facing issue " failed for task ':app:mergeSuperbrainsDebugNativeLibs'. " while running the app with android device. #34

Closed yash-pietech closed 4 months ago

yash-pietech commented 5 months ago

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

image

please let me know if you need more info on this issue .

shubh-damodar commented 2 weeks ago

What is the workaround? @yash-pietech

shubh-damodar commented 2 weeks ago

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' }