apk 文件大小不断增长

发布于 2024-12-03 07:11:33 字数 82 浏览 1 评论 0原文

看来每次我在 eclipse 中导出到 apk 时,文件都会变大约半兆。我正在进行较小的代码编辑,因此不应发生如此大的差异。其他人也发生过这种情况吗?

It appears that each time I export to apk in eclipse the file is getting ~ half a meg bigger. I am making minor code edits so this large a difference shouldn't be happening. Has this happened for anyone else?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

将军与妓 2024-12-10 07:11:34

如果您的 APK 每次以不同的名称导出到项目的 /res/asset 目录中,则可能会发生这种情况。在这种情况下,每次导出时,旧版本的 APK 都会包含在新发行版中。

This may happen if your APK is exported in the /res or /asset directory of your project, each time under a different name. In which case each time you do an export, the old versions of your APK will be included to the new distribution.

野却迷人 2024-12-10 07:11:34

不,这不是什么严重的问题,我也有同样的事情,但随着你的资源和代码更长,它会变得很大。我指的是,如果你使用高分辨率和高清晰度,那么它会变得很大。很多图形然后使用服务器来存储数据。

no its not serious matter, i have also same thing but as your resource and you code are longer it will became large.i refer to you that if you working with high resolution & lots of graphics then use server to store data.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文