Large app size due to images. How to compress .PNG images?
问题 I am developing an app which has a lot of images to work on due to which the size of my app has become very large. I want to compress or something like that to reduce the size of app. Any idea? 回答1: .png -files which are placed in the res/drawable are automatically optimized when compiling your app: Bitmap files may be automatically optimized with lossless image compression by the aapt tool during the build process. For example, a true-color PNG that does not require more than 256 colors may