在android中使用位图图像时出现内存错误
我正在为我的应用程序使用大位图图像。在使用该应用程序时,我收到内存不足错误。我的问题是:如何在不降低android分辨率的情况下缩小图像尺寸?有没有其他方法可以避免内存不足错误?
I am using a large bitmap image for my application. While using the application, I get an out-of-memory error. My question is: how do I reduce the image size without reducing the resolution in android? Is there any other way to avoid an out-of-memory error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以对位图使用软引用,这里的链接可能对您有帮助
由于位图尺寸过大而导致内存不足异常
you can use softreference for your bitmap here is link that might be helpful for you
Out of memory exception due to large bitmap size