jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
273 stars 238 forks source link

App size increase by 100 MB after integrating JITSIMEET SDK #131

Closed bibinkrishnan closed 2 years ago

bibinkrishnan commented 2 years ago

App size increase by 100 MB after integrating JITSIMEET SDK. Pls Suggest.

SDK : 4.1.0

saghul commented 2 years ago

We pack 4 architectures, use the ABI filter to trim down the ones you are not interested in,

bibinkrishnan commented 2 years ago

Can you suggest which is to opt out ?, my requirement is to work in all devices from min SDK 23 to latest

saghul commented 2 years ago

If you don't need to support x86 / x86_64 skip them. That will give you a 50% reduction.

bibinkrishnan commented 2 years ago

We tried both, size reduced, but the apk is not installing in some devices

saghul commented 2 years ago

Watch architecture is around 25 MB. If you need all 4, then it's 100, there is nothing you can do about it.

You can to ABI splits, so each architecture will be its own APK, or use Android Bundles instead of APKs, but from our side there is nothing we can do to reduce this.