You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Note that using ProGuard may not be suitable because these are educational demos intended for practicing reverse engineering.
The text was updated successfully, but these errors were encountered:
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.
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: