Skip to content
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

Large APK size #6

Closed
sosauce opened this issue Dec 1, 2024 · 3 comments
Closed

Large APK size #6

sosauce opened this issue Dec 1, 2024 · 3 comments

Comments

@sosauce
Copy link

sosauce commented Dec 1, 2024

Hello! After using this library my apk went from 3 to 7 mb. Does the library not use minification/shrinkage ?

@sosauce
Copy link
Author

sosauce commented Dec 1, 2024

After apk inspection, its mostly the architecture libs and dex file that grows

@Kyant0
Copy link
Owner

Kyant0 commented Dec 1, 2024

The size of the library is shrinked as small as possible. The main reason is the native library, almost 1MB for each arch. We can't reduce it, C++ usually produces much codes.

@sosauce
Copy link
Author

sosauce commented Dec 1, 2024

Okay thanks for the info, removing x86 native libraries from my app removes 2mb so its all good

@Kyant0 Kyant0 closed this as completed Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants