-
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
How to reduce apk size? #63
Comments
@fusionraja you need to recompile the binaries including only the libraries that you are going to use. This guide should help you. |
Lets discuss all the APK size and related issues in #66 |
@fusionraja First, you can remove |
Thanks, I reduced apk size from 40 to 20 MB.
|
i removed x86 and armv7 from assests. now it's forcestoping app. please help me. |
@jaydeepbhanderi007 Which device are you use for testing? What remaining in the |
@thuydx55 please how can i know which CPU architectures my app supprted. |
@Mouadabdelghafouraitali |
How do I remove the x86 architecture from assets? I am unable to find the file related to x86 architecture. Any help will be appreciated. Thanks in advance. |
@kartikj07 use this one |
android { make this line it will help you Refer link https://github.com/bravobit/FFmpeg-Android/wiki/Reduce-APK-File-Size |
I using my project for your library. In previous, apk size 8mb. After using your library, apk size 40mb. What i do ? can you provide solution ASAP.
Note: Thanks first of all,. your library is awesome.
The text was updated successfully, but these errors were encountered: