ffmpeg-android-java
ffmpeg-android-java copied to clipboard
App size increases by 20mb
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
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?