Why Android APK much larger when installed? -


i installing apk weighs 2mb. once application installed weighs 9mb. there logical explanation this?

the apk file-format compressed format.

as install app android decompresses app because performs optimizations. reason unfavourable decompress before every start performance , battery-life reasons.

some apks bring native libraries them (for example many games or apps build delphi) stored uncompressed. escpecially kind of apps suffer being enormous large when installed compared java-only apps.


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -