From 2245ad25ec252d8374a73c92ed046db3c4de439d Mon Sep 17 00:00:00 2001 From: Hieu Vu Date: Sat, 1 Mar 2025 12:31:32 +0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36fa6c5d7..4cbb432d9 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ If you don't need video and content share functionality, or software video codec Projects can now build Arm and x86 targets, which may be useful if bundling an app. x86 targets will not function and are not intended to be installed or run on any x86 device or emulator. **Important: Only Arm devices are supported.** +> **Note**: +For project that has `ndk` configuration for different types of Arm like `arm64_v8a`, `armeabi_v7a`, APK size for normal build will increase in large number as both `.so` files are included in the APK. When notice increase in APK file, it is encouraged to use [APK Analyzer](https://developer.android.com/studio/debug/apk-analyzer) to pin point which part makes the size increase If you need non-functional x86 stubs combined with fully functional arm architectures in order to bundle your app, you can use `amazon-chime-sdk-media-x86-stub` or `amazon-chime-sdk-media-no-video-codecs-x86-stub` media binaries and substitute them for `amazon-chime-sdk-media` references in the instructions below.