Android App Crashing after start up with the below error log on Zoom Video SDK

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol “__emutls_get_address” referenced by “/data/app/~~WWBldmSeQ6H05zt_onVt4A==/com.. /9kBqCpbL_s_fCMs5hzGdVg==/base.apk!/lib/arm64-v8a/libcmmlib.so”

React Native version : 0.68.7
react-native-videosdk : 1.12.5

is anybody else facing this issue ?
Blocked on this for almost 5 days now

1 Like

This looks like a generic error that’s hard to debug without more information. Are you able to build and run the app without the Zoom SDK? I’d suggest making sure you’re following the steps to setup your development environment: Set Up Your Environment · React Native

Thanks for the Reply. Yes I am able to run the app without zoom video sdk,
Also I tried to upgrade and downgrade the version of the sdk and on version 1.7.5 (downgraded version) the app start running on android without any crash.
So I am definitely sure that the issue is with the zoom video sdk.

Have you tried using v1.11.0? Can you submit a repro?
Here’s a working app that you can try out: GitHub - zoom/videosdk-reactnative-quickstart: This is a sample application that demonstrates how to use the Zoom Video SDK in a React Native application.

Yes initially used the mentioned version. it is working perfectly in iOS but crashing in Android. I cannot submit the repo as this is client project.

Can you modify the repo I sent with your code to reproduce the error you’re facing? It’s hard to help with a generic error if we can’t reproduce it with our SDK