Android:平板电脑蜜梳中出现内存不足异常
我有一个视图翻转器,有 24 个子项(闪存卡),它们有动画。但我遇到了强制关闭(内存不足异常)。我已经尝试过 getApplicationContext() 来消除任何内存泄漏或改进 GC。但我仍然收到该错误。然而,相同的代码适用于少于 16 名儿童(闪存卡)。 .apk 的总大小约为 48 MB。 24 Children .apk 在三星 10.1 平板电脑中运行良好,而摩托罗拉 Xoom 平板电脑则提供强制关闭功能。
任何帮助表示赞赏。
I have one view flipper having 24 children (flash cards), which are given animation. But I am getting Force Close (out of memory exception). I have already tried getApplicationContext() to remove any memory leaks or improving GC. But still I am getting that error. However the same code is working with less than 16 children (flash cards). Total size of .apk is around 48 MB. 24 children .apk is working fine in Samsung 10.1 tablet, while Motorola Xoom tablet is giving Force Close.
Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会使用 Eclipse 内存分析器 (MAT) 来找出是什么耗尽了您的内存。这是一个教程 - http://www.vogella.de/articles/EclipseMemoryAnalyser/article.html
I would use the Eclipse Memory Analyser (MAT) to work out what is using up your memory. Here's a tutorial - http://www.vogella.de/articles/EclipseMemoryAnalyser/article.html