在 Android 中,外部分配对于此过程来说太大,图像错误

发布于 2024-12-28 00:03:27 字数 151 浏览 1 评论 0原文

请给出“外部分配对于该进程来说太大”这个问题的一些解决方案。当我从一项活动导航到其他活动时。虽然如果我将第二个活动作为主要活动,它工作得很好,但是当我从其他活动中导航它时,它就会崩溃。

在该活动中,我使用了许多带有水平滚动的重型图像。我看了很多链接但仍然没有解决方案 谢谢

Please give some solutions of this problem "external allocation too large for this process." when i navigate from one activity to others. Although if i make second activity as main activity, it works fine but when i navigate it from others activities it crushes.

In that activity, i am using many heavy images with scroll horizontally. I have seen many links but still no solutions
Thanks

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

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

发布评论

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

评论(1

仅此而已 2025-01-04 00:03:27

一起使用许多大图像并不是一个好主意,因为这显然会导致应用程序内存不足。相反,您应该尝试调整图像大小。如果您想要水平的图像列表,您还应该尝试图库视图。尝试这个来调整图像大小

It is not a good idea to use many large images together as that would evidently get the app to run Out of Memory. Instead you should try resizing the images. Also you should try gallery view if you want a horizontal list of images. Try this for re-sizing the image

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