-
Notifications
You must be signed in to change notification settings - Fork 174
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
Reduce APK File Size #155
Comments
This project is not AAB friendly. I strongly suggest that you switch to https://github.com/tanersener/mobile-ffmpeg which is also compatible with Android 10 and provides true 64-bit support. |
@alexcohn I tried mobile-ffmpeg library but if apk size was 60MB with this library then it got raised to 139MB with mobile-ffmpeg. Besides that it has only execute command method. No listener is there to observe progress,sucess,failure etc, |
I have also created 1 app using this library. |
yes that is the issue we have also progress method in retrieve to fps or frame so we have set progress dialog in percentage. |
can we manage in one .aab verion in manage both file.
so can you help me reduced aab file size. My aab file size is 27 MB .But when i use
OR
My aab file size is 18MB so thats working fine but this solution is only one supported cpu architecture but when i live on google play store so how to manage 64-bit or 32- bit supported cpu architecture in single aab file on android
Thank you
The text was updated successfully, but these errors were encountered: