SDK Size Impact
Each library has its own size impact that can vary been ABIs (x86, arm64-v8a etc), the table below lists them all.
You can take a look at the reference project here
These are accurate for sdk version 2.9.64
and room-kit version 1.2.18
.
Increase in Android APK size:
Module Name | arm64-v8a | armeabi-v7 | x86 | x86_64 |
---|---|---|---|---|
Android Sdk | 6.7MB | 5.7MB | 7.3MB | 7.6MB |
Video View | 10.2KB | 10.2KB | 10.2KB | 10.2KB |
Virtual Background | 15.4MB | 12.9MB | 4.0MB | 4.0MB |
Noise Cancellation | 5.6MB | 5.6MB | 5.6MB | 5.6MB |
Video Filters | 20.0KB | 24.3KB | 20.0KB | 20.5KB |
Hls Player | 957.9KB | 957.9KB | 957.9KB | 957.9KB |
Hls Player Stats | 463.8KB | 463.8KB | 463.8KB | 463.8KB |
Room Kit
Module Name | arm64-v8a | armeabi-v7 | x86 | x86_64 |
---|---|---|---|---|
Room Kit | 12.4MB | 11.4MB | 13.0MB | 13.3MB |
The room-kit
module already includes the following libraries:
android-sdk
video-view
hls-player
video-filters
Have a suggestion? Recommend changes ->