Fatal Exception: java.lang.UnsatisfiedLinkError dlopen failed: library "libzReflection.so" not found

I am trying to integrate zoom SDK (v6.1.5.23231
) in Android . When i try to run in my App then it is crashing with below exception.

      Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libzReflection.so" not found
   at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
   at java.lang.Runtime.loadLibrary0(Runtime.java:998)
   at java.lang.System.loadLibrary(System.java:1661)
   at com.zipow.cmmlib.AppContext.<clinit>(AppContext.java:2)
   at com.zipow.cmmlib.AppContext.initialize(AppContext.java:1)
   at us.zoom.internal.impl.g0.a(ZoomSDKImpl.java:63)
   at us.zoom.sdk.ZoomSDK.initialize(ZoomSDK.java:1)
   at com.xyz.task.paradise.ui.chat.zoom.VideoCallZoomActivity.initZoom(VideoCallZoomActivity.kt:213)
   at com.xyz.task.paradise.ui.chat.zoom.VideoCallZoomActivity.onCreate(VideoCallZoomActivity.kt:113)
   at android.app.Activity.performCreate(Activity.java:8305)
   at android.app.Activity.performCreate(Activity.java:8284)
   at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1417)
   at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3626)
   at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3782)
   at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101)
   at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
   at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2307)
   at android.os.Handler.dispatchMessage(Handler.java:106)
   at android.os.Looper.loopOnce(Looper.java:201)
   at android.os.Looper.loop(Looper.java:288)
   at android.app.ActivityThread.main(ActivityThread.java:7872)
   at java.lang.reflect.Method.invoke(Method.java)
   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
  • Device: emulator and tablet
  • OS: Android 13

Additional context

It only works from cell phone to cell phone, but not on tablets

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