Dear Zoom Developer Team,
I am encountering a NoSuchFieldError crash when integrating the Zoom SDK into my Android application. The error occurs during the meeting join flow.
Error Details:
The application crashes with the following exception:
FATAL EXCEPTION: main
Process: us.zoom.sdkdynamic.sample, PID: [Process ID will be here]
java.lang.NoSuchFieldError: No static field exo_controller of type I in class Lus/zoom/videomeetings/R$id; or its superclasses (declaration of ‘us.zoom.videomeetings.R$id’ appears in /data/app/~~pDO1_zKjNfmU4zzXGf3_8g==/us.zoom.sdkdynamic.sample-hOUg5CtiHK2IoFPovKJqpg==/split_feature_mobilertc.apk!classes2.dex)
at us.zoom.proguard.pl5.a(ZmNewJoinFlowVideoContainer.java:7)
at us.zoom.proguard.ol5.a(ZmNewJoinFlowJbhOrWrContainer.java:22)
.
i am using latest zoom sdk v6.3.10.27979. this crash is occuring in running dynamic_sample module. i have not changes configuration files, i filled only credentials. everything is working in sample, example2. but with dynamic feature your code is not working. please help me