在不同的Android设备上,应用安装的大小不同 [英] App installed size is different on different devices Android

查看:147
本文介绍了在不同的Android设备上,应用安装的大小不同的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用程序是没有任何GUI的后台服务. Apk大小约为9 MB.当我在Samsung Note II(OS 4.4.2)上安装此应用程序时,应用程序大小为18.55 MB,Samsung Galaxy S4为37 MB,Samsung Galaxy S5为69.47 MB​​.

My app is a background service without any GUI. Apk size is about 9 MB. When I installed this app on Samsung Note II(OS 4.4.2), application size is 18.55 MB, on Samsung Galaxy S4 37 MB and on Samsung Galaxy S5 69.47 MB.

我已经在以下位置找到了类似的问题,但没有解决方案:已安装的不同应用程序大小在不同的设备上

I already found a similar question but no solution at: Different installed app size on different devices

感谢及时的答复.

推荐答案

您可以尝试使用

You can try with android:installLocation

该应用程序可能安装在外部存储器上,但是 系统将通过以下方式将应用程序安装到内部存储中 默认.如果内部存储空间已满,则系统将安装 它在外部存储上.安装后,用户可以移动 通过系统将其应用到内部或外部存储 设置.

The application may be installed on the external storage, but the system will install the application on the internal storage by default. If the internal storage is full, then the system will install it on the external storage. Once installed, the user can move the application to either internal or external storage through the system settings.

android:installLocation="auto"

仅供参考

Google Play商店主应用(APK)的大小,而不是整个应用的大小 大小,其中包括OBB(不透明二进制Blob)扩展文件. OBB是应用程序下载以运行的额外文件.

The Google play store main application (APK) size, not the total app size, which includes the OBB (Opaque Binary Blob) expansion files. OBBs are the extra files that an app downloads to run.

这篇关于在不同的Android设备上,应用安装的大小不同的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆