Zoom Meeting sdk is not working on Google Glasses

Hi,
I am developing an app for Google Glasses in Android Studio and integrating “Zoom Meeting sdk” in that app. But I am not able to join/start the zoom meeting. I am facing errorCode 3 and internal error code 5003 during SDK initialization.

The same code is working successfully on “Epson Glassses”. That means, I am able to start Zoom meeting in my app on Epson Glasses. I have tried both Default UI and Custom UI of zoom meeting sdk and they are working on Epson Glasses but not working on Google Glasses.

I have tried on all Android Meeting SDK versions but still facing same issue.

I checked the Log status for identifying the issue and the Log shows errorCode 3 and internal error code 5003 during SDK initialization. That means Zoom SDK is not initializing when I run the app on Google Glass.

Below is the Log I recieved in Android Studio while I was running Zoom meeting on Google Glass.

Log:

2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: Rejecting re-init on previously-failed class java.lang.Class<us.zoom.proguard.cp>: java.lang.NoClassDefFoundError: Failed resolution of: Lus/zoom/intunelib/IIntuneLoginAssistant;
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at com.zipow.videobox.mainboard.Mainboard com.zipow.videobox.mainboard.Mainboard.getMainboard() (Mainboard.java:-1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at boolean com.zipow.videobox.ptapp.PTApp.isInitialForMainboard() (PTApp.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at int com.zipow.videobox.ptapp.PTApp.getSdkAuthResult() (PTApp.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at boolean us.zoom.sdk.ZoomSDK.isInitialized() (ZoomSDK.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void us.zoom.sdk.ZoomSDK.initialize(android.content.Context, us.zoom.sdk.ZoomSDKInitializeListener, us.zoom.sdk.ZoomSDKInitParams) (ZoomSDK.java:21)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.example.zoommeetingsdk.MainActivity.initializeSdk(android.content.Context) (MainActivity.java:128)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.example.zoommeetingsdk.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:60)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7039)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7030)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1215)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2734)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2859)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1592)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.os.Looper.loop() (Looper.java:164)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.main(java.lang.String) (ActivityThread.java:6518)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object) (Method.java:-2)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:438)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.android.internal.os.ZygoteInit.main(java.lang.String) (ZygoteInit.java:807)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: Caused by: java.lang.ClassNotFoundException: Didn’t find class “us.zoom.intunelib.IIntuneLoginAssistant” on path: DexPathList[[zip file “/data/app/com.example.zoommeetingsdk-8p4YNOpVNiUwfzouORRrzg==/base.apk”],nativeLibraryDirectories=[/data/app/com.example.zoommeetingsdk-8p4YNOpVNiUwfzouORRrzg==/lib/arm64, /data/app/com.example.zoommeetingsdk-8p4YNOpVNiUwfzouORRrzg==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at com.zipow.videobox.mainboard.Mainboard com.zipow.videobox.mainboard.Mainboard.getMainboard() (Mainboard.java:-1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at boolean com.zipow.videobox.ptapp.PTApp.isInitialForMainboard() (PTApp.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at int com.zipow.videobox.ptapp.PTApp.getSdkAuthResult() (PTApp.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at boolean us.zoom.sdk.ZoomSDK.isInitialized() (ZoomSDK.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void us.zoom.sdk.ZoomSDK.initialize(android.content.Context, us.zoom.sdk.ZoomSDKInitializeListener, us.zoom.sdk.ZoomSDKInitParams) (ZoomSDK.java:21)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.example.zoommeetingsdk.MainActivity.initializeSdk(android.content.Context) (MainActivity.java:128)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.example.zoommeetingsdk.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:60)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7039)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7030)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1215)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2734)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2859)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1592)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.os.Looper.loop() (Looper.java:164)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.main(java.lang.String) (ActivityThread.java:6518)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object) (Method.java:-2)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:438)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.android.internal.os.ZygoteInit.main(java.lang.String) (ZygoteInit.java:807)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64:
2022-04-08 15:31:22.284 2858-2858/com.example.zoommeetingsdk I/System.out: providers loaded automaticly
2022-04-08 15:31:22.509 2858-2858/com.example.zoommeetingsdk I/EngineFactory: Provider GmsCore_OpenSSL not available
2022-04-08 15:31:22.523 2858-2858/com.example.zoommeetingsdk I/AudioManager: In isBluetoothScoAvailableOffCall(), calling appilication: com.example.zoommeetingsdk, return value: true
2022-04-08 15:31:22.526 2858-2858/com.example.zoommeetingsdk I/AudioManager: In isBluetoothScoOn(), calling application: com.example.zoommeetingsdk
2022-04-08 15:31:22.859 2858-2863/com.example.zoommeetingsdk I/zygote64: Do partial code cache collection, code=30KB, data=22KB
2022-04-08 15:31:22.860 2858-2863/com.example.zoommeetingsdk I/zygote64: After code cache collection, code=30KB, data=22KB
2022-04-08 15:31:22.860 2858-2863/com.example.zoommeetingsdk I/zygote64: Increasing code cache capacity to 128KB
2022-04-08 15:31:22.885 2858-2858/com.example.zoommeetingsdk W/Glide: Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored
2022-04-08 15:31:22.987 2858-2903/com.example.zoommeetingsdk D/OpenGLRenderer: HWUI GL Pipeline
2022-04-08 15:31:23.034 2858-2903/com.example.zoommeetingsdk I/Adreno: QUALCOMM build : da59a43, I5c0379134a
Build Date : 12/27/18
OpenGL ES Shader Compiler Version: EV031.24.02.00
Local Branch :
Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.6.8.2.R1.08.01.00.492.008
Remote Branch : NONE
Reconstruct Branch : NOTHING
2022-04-08 15:31:23.034 2858-2903/com.example.zoommeetingsdk I/Adreno: Build Config : S L 4.0.10 AArch64
2022-04-08 15:31:23.042 2858-2903/com.example.zoommeetingsdk I/Adreno: PFP: 0x016ee176, ME: 0x00000000
2022-04-08 15:31:23.052 2858-2903/com.example.zoommeetingsdk I/zygote64: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
2022-04-08 15:31:23.053 2858-2903/com.example.zoommeetingsdk I/OpenGLRenderer: Initialized EGL, version 1.4
2022-04-08 15:31:23.053 2858-2903/com.example.zoommeetingsdk D/OpenGLRenderer: Swap behavior 2
2022-04-08 15:31:42.456 2858-2863/com.example.zoommeetingsdk I/zygote64: Do partial code cache collection, code=60KB, data=43KB
2022-04-08 15:31:42.457 2858-2863/com.example.zoommeetingsdk I/zygote64: After code cache collection, code=60KB, data=43KB
2022-04-08 15:31:42.458 2858-2863/com.example.zoommeetingsdk I/zygote64: Increasing code cache capacity to 256KB

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