Error on open app SDK v4.4.57218.1211

Description
Error opening app
After updating to version android-mobilertc_support_4.4.57218.1211 of the SDK, opening the app returns the error:

java.lang.ClassNotFoundException: Didn't find class "br.com.sindicalizi.sindifisconacional.videomeetings" on path: DexPathList[[zip file "/data/app/br.com.sindicalizi.sindifisconacional-JUoLcrVLueGosODc1EMyiw==/base.apk"],nativeLibraryDirectories=[/data/app/br.com.sindicalizi.sindifisconacional-JUoLcrVLueGosODc1EMyiw==/lib/arm64, /data/app/br.com.sindicalizi.sindifisconacional-JUoLcrVLueGosODc1EMyiw==/base.apk!/lib/arm64-v8a, /system/lib64]]

Which version?
SDK v4.4.57218.1211

Smartphone :

  • Device: Samsung Note 9
  • OS: Android
  • Version 10

In the emulator, it returns another error:

unable to find explicit class zipow.videbox.JoinURLActivity

Application developed with react-native.

*I still can’t update to the latest version of the SDK, and I know it will stop soon.

Hi @fernando.moobi,

Thanks for the post and pardon the late response. Are you using code obfuscation? If so, you will need to include the proguard rules provided in our sample app:https://github.com/zoom/zoom-sdk-android/blob/master/mobilertc-android-studio/sample/proguard.cfg

Hope this helps. Thanks!