-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Optimize / Reduce final Demo APK File size #3159
Comments
Hey @cpholguera I am thinking of this approach Potential fix for this issue : To reduce the 8.29 MB APK size, we could:
This should slim down the APK significantly while keeping functionality intact. |
Thanks for the suggestions @shwetd19, @javier-ruiz-b is currently looking into this. Let's see which approach actually works. We don't really have any resources apart from the ones that are by default there / added by Android Studio. |
Hello @shwetd19, steps 1 and 2 sound pretty good. As for the 3rd, @cpholguera has already commented that ProGuard / minification does not make much sense. It would also increase build times significantly. |
Got it @javier-ruiz-b , if you say so I can raise the PR for this, but it'll contain lots of changes as per I think.. |
Thanks @shwetd19, however this was already assigned to @javier-ruiz-b who's currently working on it. Thanks for offering anyway! |
The Android Demo APKs are currently 8.29 MB, which is too large for such a simple app. Reducing the APK size is important to ease storage and improve user experience. We should investigate possible optimizations, such as removing unnecessary resources and optimizing images.
The text was updated successfully, but these errors were encountered: