- Home /
Answer by misher · Aug 07, 2018 at 02:54 PM
If you have size issues with your build (and you actually want to reduce it) you can of course apply different optimisation methods. try to split your image into more smaller images, like for example instead of one monolith image you can have multiple smaller and then compose, also use POT (Power Of Two, e.g . 512x512, 1024x1024) images, try different compression methods.