Apk got really big after integration

I need to implement Zoom in an existing application, but the SDK size is too big. A 26MB application goes to 107MB with the implementation of your library, is there any solution for the SDK to be lighter? Taking into account that I will only use the video call and user without login.

Hi bcristina,

Thanks for using Zoom SDK. Our Android SDK includes the files and libraries for all supported CPU architectures, if there is any CPU architectures you could not support, you could add abiFilters in your build.gradle file to filter out the CPU architectures that you do not support. Other than this, there is no other ways to reduce the size.

Hope this helps. Thanks!

1 Like