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

App size increases by 20mb #269

Open
binaykumarrana opened this issue Feb 1, 2018 · 6 comments
Open

App size increases by 20mb #269

binaykumarrana opened this issue Feb 1, 2018 · 6 comments

Comments

@binaykumarrana
Copy link

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

@masterwok
Copy link

I am also seeing this. Did you ever determine if this was avoidable?

@bhavinsetubridge
Copy link

i am also getting this. is it available to decrease library's size?

@ml-bright
Copy link

i am also getting this. is it available to decrease library's size?

@nileshg994
Copy link

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.

@monotonewang
Copy link

Maybe we should try compile ffmpeg by ourself.

@masterwok
Copy link

Can't you just split APK by ABI to decrease the size?

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

6 participants