Proguard rules for android sdk

I’ve added Zoom SDK commonlib and mobilertc to my application. As I am using proguard in my app, when i reach the screen where Zoom SDK is initialized the app is getting crashed. I found a set of proguard rules from the following link : https://github.com/zoom/zoom-sdk-android/blob/master/proguard.cfg but it didn’t reduce the size of the app much. App size shot up from 16MB to 75MB after zoom integration.

v4.6.21666.0429

Hi prabha.onne,

Thanks for using Zoom SDK and pardon the late response. The proguard rules in our SDK package only take care of the interfaces in our SDK. Could you provide the crash information and the SDK log so that we could further investigate?

If you would like to reduce the SDK size, you may add the abiFilter in your build.gradle(https://github.com/zoom/zoom-sdk-android/blob/master/mobilertc-android-studio/sample/build.gradle#L17) to only build the SDK app for certain CPU architectures.

Hope this helps. Thanks!