How do i solve MobileRTC Didn't find class "us.zoom.reflection.utils.AppUtilsReflection" issue

I am facing issues when i download the sdk and run the mobilertc-android-studio.
It’s showing me this error and not initializing zoom even if i provide jwt token generated with sdk key ( tried Client key too).
Here is the error

Unexpected exception:
2024-06-08 13:23:47.915 12805-12805 System.err us.zoom.sdkexample W java.lang.ClassNotFoundException: Didn’t find class “us.zoom.reflection.utils.AppUtilsReflection” on path: DexPathList[[directory “.”],nativeLibraryDirectories=[/system/lib64, /system_ext/lib64, /system/lib64, /system_ext/lib64]]
2024-06-08 13:23:47.915 12805-12805 System.err us.zoom.sdkexample W at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at java.lang.Runtime.nativeLoad(Native Method)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at java.lang.Runtime.nativeLoad(Runtime.java:1126)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at java.lang.Runtime.loadLibrary0(Runtime.java:1080)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at java.lang.Runtime.loadLibrary0(Runtime.java:1003)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at java.lang.System.loadLibrary(System.java:1661)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at com.zipow.cmmlib.AppContext.(:6)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at us.zoom.internal.impl.f.a(:63)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at us.zoom.sdk.ZoomSDK.initialize(:1)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at us.zoom.sdksample.initsdk.InitAuthSDKHelper.initSDK(:47)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at us.zoom.sdksample.ui.InitAuthSDKActivity.onCreate(:88)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.app.Activity.performCreate(Activity.java:8595)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.app.Activity.performCreate(Activity.java:8573)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1456)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3764)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3922)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2443)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.os.Handler.dispatchMessage(Handler.java:106)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.os.Looper.loopOnce(Looper.java:205)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.os.Looper.loop(Looper.java:294)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at android.app.ActivityThread.main(ActivityThread.java:8177)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at java.lang.reflect.Method.invoke(Native Method)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
2024-06-08 13:23:47.916 12805-12805 System.err us.zoom.sdkexample W at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)

1 Like

Any update? I have the same issue when upgrade to lasted rtc aar

1 Like

I"m facing the same issue. v6.1.0.22534.

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