在 Android 中,外部分配对于此过程来说太大,图像错误
请给出“外部分配对于该进程来说太大”这个问题的一些解决方案。当我从一项活动导航到其他活动时。虽然如果我将第二个活动作为主要活动,它工作得很好,但是当我从其他活动中导航它时,它就会崩溃。
在该活动中,我使用了许多带有水平滚动的重型图像。我看了很多链接但仍然没有解决方案 谢谢
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一起使用许多大图像并不是一个好主意,因为这显然会导致应用程序内存不足。相反,您应该尝试调整图像大小。如果您想要水平的图像列表,您还应该尝试图库视图。尝试这个来调整图像大小
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