will-ks / packapp

PackApp is a cloud based build service that lets you package your web app or website into a WebView based Android APK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big image file sizes lead to huge APK size

will-ks opened this issue · comments

Look into build 5bf3eec0260c75000514f853, it came out as 93MB. My guess is it was due to larger than normal image files being used.

Fixed with commit 4e62532, which resizes the launcher icon before upload to the max of 512 x 512.

Also added will-ks/packapp-build-server@7e3ef53 to the build server, which runs optipng on the images to reduce their filesize losslessly as much as possible.