question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JitsiMeetSDK 2.3.2 Android has an error with netinfo

See original GitHub issue

We tried to use JitsiMeetSDK 2.3.2 on Android and when we start a call has the follow error:

java.lang.NoSuchMethodError: No interface method putMap(Ljava/lang/String;Lcom/facebook/react/bridge/WritableMap;)V in class Lcom/facebook/react/bridge/WritableMap; or its super classes (declaration of 'com.facebook.react.bridge.WritableMap' appears in /data/app/chat.rocket.reactnative-Cfn4SGkBvJro4AVjjDc1YA==/base.apk!classes2.dex)

This error is from react-native-community/netinfo.

JitsiMeetSDK 2.4 Android works fine!! ❤️ thanks!

Waiting your update on gradle.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Oct 4, 2019

It seems to be version 61 of react native. Version 61 has different interface for WritableMap, which expects String,ReadableMap instead of String,WritableMap. Downgrading to RN 60 worked for me.

0reactions
saghulcommented, Oct 21, 2019

Android SDK 2.4.0 is now out, with uses RN 0.61 so this should be fixed!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error "is also present at [org.jitsi.react:jitsi-meet-sdk:3.3.0 ...
I build video call using jitsi when run the code then show this error. "E:\video\android\app\src\debug\AndroidManifest.xml Error: Attribute ...
Read more >
react-native-jitsi-meet - Bountysource
My screen stays black on android. I have no errors whatsoever, but JitsiMeetView does not load because the onConferenceWillJoin does also not fire....
Read more >
@react-native-community/netinfo - npm
React Native Network Info API for Android, iOS, macOS, Windows & Web. It allows you to get information on: Connection type; Connection quality....
Read more >
Android Connection Problem - Jitsi Community Forum
We have a problem with integrating jitsi. ... 02-21 16:32:32.433 27424 27472 I JitsiMeetSDK: [features/base/net-info] Network changed ...
Read more >
NetInfo - React Native
unknown - error case and the network status is unknown. Android-only values for ConnectionType : bluetooth - device is connected via Bluetooth ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found