Dlopen failed: library "libc++_shared.so" not found

Hi, @chunsiong.zoom I am trying to integrate zoom SDK (v6.0.2.21328) in Android . When i try to run the sample App then it is crashing with below exception.

I have tried setting the packaging option in the gradle file, still the error is same

packagingOptions {
pickFirst ‘lib/armeabi-v7a/libc++_shared.so’
pickFirst ‘lib/arm64-v8a/libc++_shared.so’
pickFirst ‘lib/x86/libc++_shared.so’
pickFirst ‘lib/x86_64/libc++_shared.so’
}

Error log is also attached for you reference

---------------------------- PROCESS STARTED (14019) for package us.zoom.sdkexample2 ----------------------------
2024-05-08 22:20:11.897 14019-14019 Compatibil…geReporter us.zoom.sdkexample2 D Compat change id reported: 171979766; UID 10175; state: ENABLED
2024-05-08 22:20:11.933 14019-14019 nativeloader us.zoom.sdkexample2 D Configuring classloader-namespace for other apk /system_ext/framework/androidx.window.extensions.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~R1NmLsfF_27xrzGtrN_XOA==/us.zoom.sdkexample2-mkOC8OTa8RPeGNXH-4hq-A==/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/us.zoom.sdkexample2
2024-05-08 22:20:11.941 14019-14019 nativeloader us.zoom.sdkexample2 D Configuring classloader-namespace for other apk /system_ext/framework/androidx.window.sidecar.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~R1NmLsfF_27xrzGtrN_XOA==/us.zoom.sdkexample2-mkOC8OTa8RPeGNXH-4hq-A==/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/us.zoom.sdkexample2
2024-05-08 22:20:11.949 14019-14019 ziparchive us.zoom.sdkexample2 W Unable to open ‘/data/app/~~R1NmLsfF_27xrzGtrN_XOA==/us.zoom.sdkexample2-mkOC8OTa8RPeGNXH-4hq-A==/base.dm’: No such file or directory
2024-05-08 22:20:11.949 14019-14019 ziparchive us.zoom.sdkexample2 W Unable to open ‘/data/app/~~R1NmLsfF_27xrzGtrN_XOA==/us.zoom.sdkexample2-mkOC8OTa8RPeGNXH-4hq-A==/base.dm’: No such file or directory
2024-05-08 22:20:13.554 14019-14019 nativeloader us.zoom.sdkexample2 D Configuring classloader-namespace for other apk /data/app/~~R1NmLsfF_27xrzGtrN_XOA==/us.zoom.sdkexample2-mkOC8OTa8RPeGNXH-4hq-A==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~R1NmLsfF_27xrzGtrN_XOA==/us.zoom.sdkexample2-mkOC8OTa8RPeGNXH-4hq-A==/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/us.zoom.sdkexample2
2024-05-08 22:20:13.570 14019-14019 GraphicsEnvironment us.zoom.sdkexample2 V ANGLE Developer option for ‘us.zoom.sdkexample2’ set to: ‘default’
2024-05-08 22:20:13.571 14019-14019 GraphicsEnvironment us.zoom.sdkexample2 V ANGLE GameManagerService for us.zoom.sdkexample2: false
2024-05-08 22:20:13.572 14019-14019 GraphicsEnvironment us.zoom.sdkexample2 V Neither updatable production driver nor prerelease driver is supported.
2024-05-08 22:20:13.579 14019-14019 NetworkSecurityConfig us.zoom.sdkexample2 D Using Network Security Config from resource network_security_config debugBuild: true
2024-05-08 22:20:13.582 14019-14019 NetworkSecurityConfig us.zoom.sdkexample2 D Using Network Security Config from resource network_security_config debugBuild: true
2024-05-08 22:20:13.652 14019-14054 libEGL us.zoom.sdkexample2 D loaded /vendor/lib64/egl/libEGL_emulation.so
2024-05-08 22:20:13.660 14019-14054 libEGL us.zoom.sdkexample2 D loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
2024-05-08 22:20:13.665 14019-14054 libEGL us.zoom.sdkexample2 D loaded /vendor/lib64/egl/libGLESv2_emulation.so
2024-05-08 22:20:13.716 14019-14019 Compatibil…geReporter us.zoom.sdkexample2 D Compat change id reported: 210923482; UID 10175; state: ENABLED
2024-05-08 22:20:13.861 14019-14019 AndroidRuntime us.zoom.sdkexample2 D Shutting down VM
2024-05-08 22:20:13.865 14019-14019 AndroidRuntime us.zoom.sdkexample2 E FATAL EXCEPTION: main
Process: us.zoom.sdkexample2, PID: 14019
java.lang.UnsatisfiedLinkError: dlopen failed: library “libc++_shared.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.(AppContext.java:1)
at com.zipow.cmmlib.AppContext.initialize(AppContext.java:1)
at us.zoom.internal.impl.e.a(ZoomSDKImpl.java:63)
at us.zoom.sdk.ZoomSDK.initialize(ZoomSDK.java:1)
at us.zoom.sdkexample2.MainActivity.onCreate(MainActivity.java:57)
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(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
2024-05-08 22:20:13.894 14019-14019 Process us.zoom.sdkexample2 I Sending signal. PID: 14019 SIG: 9
---------------------------- PROCESS ENDED (14019) for package us.zoom.sdkexample2 ----------------------------