是否可以说有效 APK 文件的最小字节大小是多少?它应该可以安装在android上,但根本不需要任何功能。所有字符串都可以视为 1 字符长(8 字节)。
问问题
2936 次
3 回答
0
APK 文件没有最小大小。您最多可以添加 4GB 的 apk 文件。
于 2012-06-18T09:32:14.653 回答
0
根据我具有预定义应用程序名称的新项目,其大小为 35k。
更新:删除所有无用的文本和图像(我只保留 1 个 ldpi 图像作为图标,大小为 2.66k)并编译新的 apk 文件后,其大小减少到 7KB。
于 2012-06-18T09:17:35.690 回答
0
Android app store minimum size of apk is :- 7 KB
Android app store maximum size of apk is :- 100 MB
Google Play Store increases Android APK Size Limit from 50MB to 100MB.
Google is doubling the maximum APK file size on the Play Store from 50 MB to 100 MB.
Android app developers can now build higher quality Apps and Games that users love.
于 2019-08-22T09:55:56.397 回答