mieszko4 / react-native-zoom-us

MIT License
126 stars 118 forks source link

[Android] Crashing on some devices #187

Closed bhavesh0206s closed 2 years ago

bhavesh0206s commented 2 years ago

Dependencies:

"react": "17.0.1",
"react-native": "0.64.1",
"react-native-zoom-us": "^6.6.1",

Error Logs:

com.zipow.videobox.mainboard.Mainboard.getMainboard (Mainboard.java)
com.zipow.cmmlib.ZoomAppPropData.getInstance (ZoomAppPropData.java)
com.zipow.cmmlib.AppContext$AppContextImpl.getTimestamp (AppContext.java)
com.zipow.cmmlib.AppContext$AppContextImpl.loadProperties (AppContext.java)
com.zipow.cmmlib.AppContext$AppContextImpl.queryWithKey (AppContext.java)
com.zipow.cmmlib.AppContext.queryWithKey (AppContext.java)
com.zipow.videobox.mainboard.Mainboard.initMainboard (Mainboard.java)
com.zipow.videobox.mainboard.Mainboard.initialize (Mainboard.java)
com.zipow.videobox.VideoBoxApplication.initSDKMainboard (VideoBoxApplication.java)
com.zipow.videobox.VideoBoxApplication.initAppForSDK (VideoBoxApplication.java)
com.zipow.videobox.VideoBoxApplication.onSDKCreated (VideoBoxApplication.java)
com.zipow.videobox.VideoBoxApplication.initializeForSDK (VideoBoxApplication.java)
us.zoom.sdk.ZoomSDK.initialize (ZoomSDK.java)
ch.milosz.reactnative.RNZoomUsModule$2.run (RNZoomUsModule.java)
android.os.Handler.handleCallback (Handler.java:938)
android.os.Handler.dispatchMessage (Handler.java:99)
android.os.Looper.loop (Looper.java:264)
android.app.ActivityThread.main (ActivityThread.java:8282)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:632)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1049)
pmogollons commented 2 years ago

This might be caused by zoom sdk not being compatible with android 12 yet. Possible duplicate of #180.

Please check if this error only happens to users with android 12 devices.

bhavesh0206s commented 2 years ago

This is happening on android 11. Our targetSdkVersion is 30

pmogollons commented 2 years ago

The tagetSdkVersion is actually not relevant to the issue. Is the version of the OS running on the device you are having this issue.

If you are running android 11 in your device, could you please help with a reproduction repo.

mieszko4 commented 2 years ago

I've build my Android 11 with new 6.9.0 correctly so you may try with that now.