I have a PNG image with 86 KB in size and 8 in bit depth. But when i look at the image in the apk (bin folder), it's size changed to 193 KB and 24 in bit depth...
I don't even modify the image in my code.... what happened?
regards,
sasuke

BitmapFactory.decodeStream(is);

hackbod wrote:aapt recompresses all PNG images as part of building the application's
resources. One of the purposes for this is to make sure they are as
small as possible, but clearly there is something broken here. :}

One of the purposes for this is to make sure they are as small as possible.
One of the purposes for this is to make sure they are as compatible as possible

Return to SDK/ADT/Emulator Problems
Users browsing this forum: No registered users and 51 guests