The Apk size increased significantly after added zoom sdk into existing android mobile app

Description
The Apk size increased significantly after added zoom sdk into existing android mobile app

Which version?
4.4.55130.0712

Smartphone (please complete the following information):

  • Device: Samsung Galaxy
  • OS: 6.0

Additional context
How to reduce the apk size after zoom sdk integration

Hi mobrisesmart.com

Zoom SDK suport armeabi-v7a x86 arm64-v8a x86_64 cpu architecture .

You can reduce the support of the architecture.

ndk {
abiFilters “arm64-v8a”,“XXX”
}

2 Likes