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 is 45 MB #87

Open
VIVEKCODEXP opened this issue Sep 1, 2022 · 1 comment
Open

app size is 45 MB #87

VIVEKCODEXP opened this issue Sep 1, 2022 · 1 comment

Comments

@VIVEKCODEXP
Copy link

I just tried your library in my KOTLIN app and everything works perfectly fine as mentioned in the github documentation but the app size after build comes out 45MB . I even tried running the progaurd in realese mode and I can still get 35 MB of size. I check your demo app in google playstore and it is 6MB only but how is my app's size shooting to 45 MB . It only contains those codes mentioned in your document .And If I remove the TRIMVIDEO class library ,the app size reduces to 5 MB but once I include this call the app size shoots up to 45 MB . What can be the problem ?
WhatsApp Image 2022-09-01 at 5 47 59 PM

@ajosecueto
Copy link

Hello, It's because you have to compile an app bundle instead an apk. If you look the folder each platform 6 ~ 8 mb. if you want an apk you have to build with split-per-abi

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

2 participants