Zoom Meeting SDK – Google Play Console App Size Limit Exceeded


Description
I have integrated the Zoom Meeting SDK into my Android app by directly importing the mobilertc.aar file:
implementation files(‘libs/mobilertc.aar’)

However, the size of the mobilertc.aar file is over 303 MB, which causes my Android App Bundle (AAB) to exceed Google Play’s maximum allowed size of 200 MB per feature module.
Without including mobilertc.aar, my AAB file size is around 145 MB.
After adding mobilertc.aar, the total AAB size goes beyond 200 MB, and Google Play prevents me from publishing the app.
I am already using the AAB format, but the size issue persists. Could you please suggest:
If there is a lighter or modular version of the Zoom Meeting SDK available?
Any recommended approach to reduce the SDK size while still supporting full meeting functionality?Whether Zoom provides an official dependency via Maven/Gradle instead of using a large .aar file?
This is blocking app publication on the Play Store, so I would appreciate your guidance.

Which Android Meeting SDK version?
6.6.0.33395 (Meeting sdk) - Currently latest

@michaelchen27 @qing.peng

2 Likes

I’m facing the same issue. We never had problems in the past, but with the latest version of the SDK we’re now hitting the 200 MB limit. I tried adding an ABI filter, but that didn’t help. I’m currently looking into implementing on-demand delivery, but it seems many people have tried without success. Did you find a solution @himanshu.sharma ?

Hey guys,

Have you tried updating the proguards to reduce the size? My app size was 208 MB and I was able to reduce it to 171 MB and I am still working on it to get it to 115 MB.