简体   繁体   English

从 appstore 安装时 apk 大小的差异

[英]Difference in apk size while installing from appstore

I have my Android apk thats built locally.我的 Android apk 是在本地构建的。 The apk size is 10.96MB. apk 大小为 10.96MB。 ls -ltrh reads as 11MB. ls -ltrh读取为 11MB。 I uploaded this apk to Google Play store and tried installing the app from playstore, the progress bar reads as 1 MB/7.90 MB 10%我将此 apk 上传到 Google Play 商店并尝试从 Playstore 安装该应用程序,进度条显示为1 MB/7.90 MB 10%

Why question is why am I seeing 7.9MB instead of 10.96MB.为什么问题是为什么我看到的是 7.9MB 而不是 10.96MB。 Does Google play store optimize the apk? Google Play 商店是否优化了 apk?

我不知道谷歌应用商店,但我正在使用另一个应用商店,在信息页面中说应用商店中的 apk 大小是实际大小的 75%,就像压缩一样Jaswanth Manigundan's评论也很好。

i reserched this and i found that google will optimise and compress the app to save space on their servers and also make it faster to download.我对此进行了研究,我发现谷歌将优化和压缩应用程序以节省其服务器上的空间并使其下载速度更快。 after downloading, the file will be decompressed and then installed, this saves time and space .下载后解压后安装,节省时间和空间 also, google doesnt optimise the apk.另外,谷歌没有优化apk。 it compresses it它压缩它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM