Skip to content

Update README.md with note about app size increase for project with different ndk configuration #655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down