How to reduce apk size

Earlier my apk size was 48 MB. After implementing zoom it’s size is 170 MB.

Please tell me it’s possible to reduce apk size or not?

Hi @vp-ecommerce,

If you are using a minSdkVersion >= 23, you can add android:extractNativeLibs="true" to your app’s application element in your manifest. Also, you can try using ABI filters if your project to drastically reduce the size of the SDK if you do not need to support all ABIs with your app.

Thanks!

i also want to reduce the size of a game. can i reduce the size of this game?

Hi @larkiawara7,

Are you integrating the Meeting SDK into a game and looking to reduce the size?

Thanks!

I’d like to shrink the size of a game and apk, as well. Is it possible to make this game smaller?

Hi @chrisjordan, thanks for using the dev forum.

Are you using our SDK in your app?

Thanks!

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