-
Notifications
You must be signed in to change notification settings - Fork 49
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
APK Size increase about 30MB #654
Comments
Hi @georgezy-amzn def MEDIA_VERSION = "0.23.0"
implementation("software.aws.chimesdk:amazon-chime-sdk-media-no-video-codecs:$MEDIA_VERSION")
implementation ("software.aws.chimesdk:amazon-chime-sdk:$MEDIA_VERSION") {
exclude module: 'amazon-chime-sdk-media'
exclude module: 'amazon-chime-sdk-machine-learning'
} I used APK Analyzer and noticed that, in a project that has configurations for ndk defaultConfig {
ndk {
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
}
} ![]() Understanding that x86 is not supported, it's worth mentioning this kind of change when we integrate |
Please note
|
I am integrating amazon-chime-sdk into Android app. The APK file increase drastically 30MB.
I already exclude
amazon-chime-sdk-machine-learning
,amazon-chime-sdk-media
,amazon-chime-sdk-media-no-video-codecs
Is this increase expected?
The text was updated successfully, but these errors were encountered: