gunschu / jitsi_meet

Initial commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: Jitsi Sdk 6.2.0 Crashes on Android

bharath-instrive opened this issue · comments

jitsi_meet plugin version
jitsi_meet: 4.0.0
Modified android build.gradle file jitsi version to 6.2.0
implementation ('org.jitsi.react:jitsi-meet-sdk:6.2.0') { transitive = true }

Describe the bug
I changed the jitsi meet SDK version to 6.2.0 in the android build.gradle file. Because of this issue #414

And the app crashes when opening the flutter app

To Reproduce
Steps to reproduce the behaviour:

  1. Update SDK version to 6.2.0 or any latest in build.gradle
    implementation ('org.jitsi.react:jitsi-meet-sdk:6.2.0') { transitive = true }
  2. Build / Run the flutter app in Debug mode
  3. App will compile and install
  4. But crashes when opening

Screenshots
Screenshot 2022-11-07 at 12 53 58 PM

Flutter doctor -v [✓] Flutter (Channel stable, 3.3.6, on macOS 13.0 22A380 darwin-x64, locale en-GB) • Flutter version 3.3.6 on channel stable at /Users/bharath/Development/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 6928314d50 (12 days ago), 2022-10-25 16:34:41 -0400 • Engine revision 3ad69d7be3 • Dart version 2.18.2 • DevTools version 2.15.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
• Android SDK at /Users/bharath/Library/Android/sdk
• Platform android-33, build-tools 33.0.0
• ANDROID_HOME = /Users/bharath/Library/Android/sdk
• ANDROID_SDK_ROOT = /Users/bharath/Library/Android/sdk
• Java binary at: /Applications/Android
Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build
11.0.13+0-b1751.21-8125866)
• All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 14B47b
• CocoaPods version 1.11.3

[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build
11.0.13+0-b1751.21-8125866)

[✓] VS Code (version 1.73.0)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.52.0

[✓] Connected device (3 available)
• moto g 60 (mobile) • 192.168.0.105:5555 • android-arm64 • Android 12 (API
31)
• macOS (desktop) • macos • darwin-x64 • macOS 13.0
22A380 darwin-x64
• Chrome (web) • chrome • web-javascript • Google Chrome
107.0.5304.87

[✓] HTTP Host Availability
• All required HTTP hosts are available

Smartphone (please complete the following information):

  • Device: Android (tested on multiple variants)
  • Physical
  • OS: [Android 11 & 12]

Additional context

  • There is also an issue with androidx.startup.InitializationProvider , which says "org.jitsi.meet.sdk.JitsiInitializer" java class not found - but I am unable to reproduce it
commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.