-
Notifications
You must be signed in to change notification settings - Fork 832
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
App size increases by 20mb #269
Comments
I am also seeing this. Did you ever determine if this was avoidable? |
i am also getting this. is it available to decrease library's size? |
i am also getting this. is it available to decrease library's size? |
Analyze APK, it because of two Apprx. 9 MB .so files in assets. you can split APK for different ABI and give them .so file as ABI, but for that you have have to check how they get use of .so files (getting directories) from their code. |
Maybe we should try compile ffmpeg by ourself. |
Can't you just split APK by ABI to decrease the size? |
Hi,
I see adding this library increasing app size 21mb. How can I exclude few component in the library to reduce the size?
Any help would be appreciated.
Thanks
Binay
The text was updated successfully, but these errors were encountered: