Crash upon joining a meeting

Hi Christopher,
Hope so you’re doing good this week, identify the library that is conflicting with the Zoom SDK and remove it from your project’s dependencies. You can do this by modifying your project’s build.gradle file or by updating the library version to a compatible one. In your packagingOptions configuration, make sure to specify the correct version of the libc++_shared.so file for the desired architecture. You can use the pickFirst directive to prioritize the correct version, ensuring it is selected during the build process. After making the necessary changes, clean your project and perform a full rebuild to ensure that the changes take effect properly. This will help ensure that the correct libraries are included and conflicts are resolved. Hope so this will work for you!
Regards,
Bryce June

1 Like