Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android application size

When i export my apk is 600 KB in size. With installed on the android phone the Application size is 2.23MB why this happens?

This change in size occurs when i include asmack library but i can't figure out why such a size diff.

No files are generated in the package folder. Can anyone tell me why this happen?

like image 369
weakwire Avatar asked Apr 25 '26 04:04

weakwire


1 Answers

When a project is built, it is compressed into an APK file. This is similar to a zip file. When an app is installed, it is moved onto the file system of the device. At this time, parts of it are uncompressed and optimized to allow for faster and more efficient execution.

like image 140
James Avatar answered Apr 27 '26 18:04

James



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!