Description
What could be the reason behind app getting crashed while running app after natively integrating Zoom SDK in Flutter application for Android.
Which Android Client SDK version?
zoom-sdk-android-5.5.1.1319
To Reproduce(If applicable)
Steps to reproduce the behavior:
NA
Screenshots
Smartphone (please complete the following information):
- Device: Redmi Note 7 Pro
- OS: Android 9
Additional context
We are trying to add Zoom SDK natively in our Flutter app for Android.
We have included the required “commonlib” and “mobilertc” folders from extracted SDK and after completing the integration steps from the Zoom SDK website, when we run our app, the app crashes with an exception log (see attachment(s)). The app works perfectly with Zoom SDK while running in “debug” mode, but for the “release” mode version, the app gets crashed.
We have also included ProGuard configurations (found as a suggestion step on the Zoom developer forum), but still, the same issue persists.
Below are the tools used while working with Zoom SDK for Android:
- Zoom SDK (latest) - zoom-sdk-android-5.5.1.1319
- Android Studio IDE 4.2.1
