New SDK crashes the app during init zoom

Description
I decided to migrate to the new version of SDK that has been recently released, but it appears to be crashing the app when I initialize Zoom.
I get the following stack trace:
java.lang.NoSuchMethodError: No static method aes256SivTemplate()Lcom/google/crypto/tink/KeyTemplate; in class Lcom/google/crypto/tink/daead/AesSivKeyManager; or its super classes (declaration of ‘com.google.crypto.tink.daead.AesSivKeyManager’ appears in /data/app/~~2ISnXL5UTfv9UlMhCZH7Ng==/com.myapp–he9Y2QJT03ICnNANw9acg==/base.apk)
at com.zipow.videobox.util.ZMEncryptedSharedPreferences$PrefKeyEncryptionScheme.(ZMEncryptedSharedPreferences.java:195)
at com.zipow.videobox.util.PreferenceUtil.getSharedPreferences(PreferenceUtil.java:355)
at com.zipow.videobox.util.PreferenceUtil.readStringValue(PreferenceUtil.java:450)
at org.webrtc.voiceengine.VoiceEngineCompat.selectAudioDeviceAPIType(VoiceEngineCompat.java:231)
at org.webrtc.voiceengine.VoiceEngineCompat.isBluetoothScoSupported(VoiceEngineCompat.java:151)
at com.zipow.videobox.VideoBoxApplication.onSDKCreated(VideoBoxApplication.java:2270)
at com.zipow.videobox.VideoBoxApplication.initializeForSDK(VideoBoxApplication.java:2249)
at us.zoom.sdk.ZoomSDK.initialize(ZoomSDK.java:499)

Which Android Client SDK version?
v5.5.1.1317

To Reproduce(If applicable)
Don’t really know what are the steps. I’m already using Google’s Tink library version 1.2.2 in the project.

Smartphone (please complete the following information):

  • Device: Pixel 3a
  • OS: Android 11

Hi @ederevyanko Please add correct dependencies according to build.gradle file in mobilertc folder.
Thanks

1 Like

Hi, Donny,

I’ll give it a whirl, thanks.

It, did help, thanks!

Glad to hear it’s working properly now!

Please don’t hesitate to reach back out with a new post if you encounter any other issues with the SDK. :slightly_smiling_face:

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