java.lang.UnsatisfiedLinkError:

This crash happens very frequently for some of the users. As per my analysis, it mostly happens with Android versions 6,7,8. We are using Zoom SDK version 5.5.1.1317

java.lang.UnsatisfiedLinkError:
at com.facebook.soloader.SoLoader.doLoadLibraryBySoName (SoLoader.java:738)
at com.facebook.soloader.SoLoader.loadLibraryBySoName (SoLoader.java:591)
at com.facebook.soloader.SoLoader.loadLibrary (SoLoader.java:529)
at com.facebook.soloader.SoLoader.loadLibrary (SoLoader.java:484)
at com.facebook.react.jscexecutor.JSCExecutor. (JSCExecutor.java:18)
at com.facebook.react.jscexecutor.JSCExecutorFactory.create (JSCExecutorFactory.java:29)
at com.facebook.react.ReactInstanceManager$5.run (ReactInstanceManager.java:952)
at java.lang.Thread.run (Thread.java:762)

Hi @indrajit.chauhan03, thanks for the post.

Sorry, but I am not seeing the SDK mentioned in the section of the stack trace you have provided. Is the SDK present in the full stack trace?

Thanks!

yes, I got it while register on zoom.

Hi @indrajit.chauhan03,

I’m sorry, but I was asking about whether or not the Zoom SDK is present in the stack trace, not whether or not it is being used in your project. Based on the portion of the stack trace you have provided, there is no involvement of the SDK. Please let me know if there is any information indicating that this is an issue with our SDK and I will be happy to help.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.