Zoom android sdk integration in android dynamic feature module

Hi @ativsoftware,

We still do not have any plans to add support for dynamic modules in the future.

Thanks!

Were you able to figure this out? Even I’m getting the same issue.

Hi @ashutosh.singh,

The Android SDK still does not have plans to add support for dynamic modules.

Thanks!

Any updates on this so far? Does zoom now support dynamic delivery for Android?

Hi,
Any updated plans on when does zoom support dynamic delivery for Android?

Hi,

We are also very interested in when this capability is expected to be supported.

Thanks in advance

@jon.zoom It appears v5.17.5 introduced “dynamic_sample” example in SDK zip. However trying to run it using local test will return following error

android.content.res.Resources$NotFoundException: Resource ID #0x7e0803e0
at android.content.res.ResourcesImpl.getValueForDensity(ResourcesImpl.java:285)
at android.content.res.Resources.getDrawableForDensity(Resources.java:964)
at android.content.res.Resources.getDrawable(Resources.java:880)
at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:370)
at android.graphics.drawable.Icon.loadDrawable(Icon.java:323)
at android.graphics.drawable.Icon.loadDrawableAsUser(Icon.java:434)
at com.android.systemui.statusbar.StatusBarIconView.getIcon(StatusBarIconView.java:487)
at com.android.systemui.statusbar.StatusBarIconView.getIcon(StatusBarIconView.java:471)
at com.android.systemui.statusbar.StatusBarIconView.updateDrawable(StatusBarIconView.java:433)
at com.android.systemui.statusbar.StatusBarIconView.set(StatusBarIconView.java:393)
at com.android.systemui.statusbar.notification.collection.NotificationEntry.createIcons(NotificationEntry.java:381)
at com.android.systemui.statusbar.notification.collection.NotificationRowBinderImpl.inflateViews(NotificationRowBinderImpl.java:143)
at com.android.systemui.statusbar.notification.NotificationEntryManager.addNotificationInternal(NotificationEntryManager.java:413)
at com.android.systemui.statusbar.notification.NotificationEntryManager.addNotification(NotificationEntryManager.java:434)
at com.android.systemui.statusbar.NotificationListener.lambda$onNotificationPosted$1$NotificationListener(NotificationListener.java:135)
at com.android.systemui.statusbar.-$$Lambda$NotificationListener$NvFmU0XrVPuc5pizHcri9I0apkw.run(Unknown Source:6)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:8167)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)

@jon.zoom
Any update on zoom meeting sdk integration as Dynamic Delivery Module ?
While I am integrating zoom meeting sdk as Dynamic Delivery Module , i am geeting this error while clean and rebuilding the project

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:app:processDebug1DebugResources’.

A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
Android resource linking failed
ERROR: /Users/himanshu/imarticus/eckovation/zoom_meeting/build/intermediates/metadata_feature_manifest/debug1Debug/processManifestDebug1DebugForFeature/AndroidManifest.xml:100:5-105:47: AAPT: error: resource drawable/zm_launcher (aka com.imarticus.debug:drawable/zm_launcher) not found.

 ERROR: /Users/himanshu/imarticus/eckovation/zoom_meeting/build/intermediates/metadata_feature_manifest/debug1Debug/processManifestDebug1DebugForFeature/AndroidManifest.xml:270:13-45: AAPT: error: resource xml/self_certified_network_capabilities_5g (aka com.imarticus.debug:xml/self_certified_network_capabilities_5g) not found.
  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use ‘–warning-mode all’ to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to Command-Line Interface Reference in the Gradle documentation.

BUILD FAILED in 8s