com.zipow.cmmlib.AppContext.<clinit>

Description
Getting a frequent Crash on Crashlytics.
Fatal Exception: java.lang.UnsatisfiedLinkError

dlopen failed: library “/system/lib64/libc++_shared.so” needed or dlopened by “/system/lib64/libnativeloader.so” is not accessible for the namespace “classloader-namespace”

java.lang.Runtime.loadLibrary0 (Runtime.java:977)

arrow_drop_down

java.lang.System.loadLibrary (System.java:1530)

arrow_right

com.zipow.cmmlib.AppContext. (AppContext.java:36)

com.zipow.cmmlib.AppContext.initialize (AppContext.java:72)

us.zoom.sdk.ZoomSDK.initialize (ZoomSDK.java:489)

com.xxxx.xxxx.ui.XXXXXActivity.initZoom (XXXXXActivity.java:100)

com.xxxxx.xxxx.ui.XXXXXActivity.startStreaming (XXXXXActivity.java:77)

com.xxxx.xxxxx.ui.activities.XXXXActivity.checkAndStartLecture (XXXXActivity.java:919)

com.xxxxx.xxxx.ui.activities.XXXXActivity.access$checkAndStartLecture (XXXXActivity.java:104)

com.xxx.xxxx.ui.activities.XXXXActivity$observeViewModel$5.onChanged (XXXXActivity.java:276)

com.xxxx.xxxx.ui.activities.XXXXActivity$observeViewModel$5.onChanged (XXXXActivity.java:104)

-$$LambdaGroup$js$zIfsKK3Yrf08SHZobA71nO01JZQ.onChanged (-.java:37)

androidx.lifecycle.LiveData.considerNotify (LiveData.java:131)

com.android.internal.os.ZygoteInit.main (ZygoteInit.java:802)


Which Client Android SDK version?
v5.4.3.603

Smartphone (please complete the following information):

  • 36% Vivo, 31%Samsung, 10% Xiaomi

Hi @pavan.careers5208, thanks for the post.

Sorry to hear you are experiencing this crash with the SDK. Based on the stack trace, this appears to be an issue with how your project was built. Please try downloading a fresh install of the latest SDK version and let me know if the issue persists.

Thanks!

@pavan.careers5208 Please unzip you apk, make sure contain libc++_shared.so in the lib directory.

Thanks

@Fred_Luo I had extracted the apk and checked it. It has this
libc++_shared.so under x86 folder inside lib. Still, it’s crashing. It was a serious issue. Please check ASAP.

Hi @pavan.careers5208,

Thanks for confirming. Have you tried re-downloading the SDK and adding it back to your project after a clean build?

Thanks!

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