Android:平板电脑蜜梳中出现内存不足异常

发布于 2024-12-10 11:35:22 字数 237 浏览 0 评论 0原文

我有一个视图翻转器,有 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 技术交流群。

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

发布评论

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

评论(1

苍风燃霜 2024-12-17 11:35:22

我会使用 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

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