如何使我的虚拟设备支持需要超过 2.5MB 的应用程序?

发布于 2024-09-25 05:32:25 字数 106 浏览 5 评论 0原文

显然我的应用程序需要 2.5 MB(可能是因为我的照片需要 2MB...),然后虚拟设备无法使用那么多 MB。

如何使我的虚拟设备支持超过 2.5 MB 才能使我的应用程序正常运行?

Apparently my app needs 2.5 MB (maybe because my photos need 2MB...) and then virtual device can't work with that much MB.

How can I make my virtual device support more than 2.5 MB to get my application working?

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

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

发布评论

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

评论(1

温折酒 2024-10-02 05:32:25

我将从您的上一个问题推断出您是参考这个错误消息:

E/dalvikvm-heap(248):2621440 字节外部分配对于此进程来说太大。

我建议谷歌搜索该短语并查找该问题的解决方案显然可以概括为:

I am going to deduce from your previous question that you are referring to this error message:

E/dalvikvm-heap( 248): 2621440-byte external allocation too large for this process.

I would suggest Googling that phrase and looking at solutions to the problem which apparently can be summarised as:

  • Use smaller images that are suitable for the size of an Android device
  • Resample your images
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文