Crashes the app during init zoom

I followed the instructions on this website Integrating Zoom SDK into React Native - by Stefan Majiros | Medium .

And resolve error more than one file was found with os independent path ‘lib/arm64-v8a/libc++_shared.so’. by delete libc++_shared.so in mobilertc.aar. And I build apk successs. But when InitZoom app been crash :frowning:

This my logcat

I’ve added

ndk {
            abiFilters "armeabi-v7a", "x86"
        }

Thankss

Hi @bachbonglong, thanks for the post.

Unfortunately we do not currently have React Native support for our Meeting SDK. Are you able to reproduce this crash in a native Android environment?

Thanks!

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