J2ME 应用程序出现 outOfMemoryError
最近我正在使用LWUIT
库开发一个J2ME
应用程序,混淆后我的应用程序大小为679 KB
。 在某些移动设备和非特定事件中,我收到 OutOfMemoryError
错误。
我想知道这个错误的原因是什么,它与设备内存有关还是我的应用程序的错误有关,解决方案是什么?
预先非常感谢
recently I'm developing a J2ME
application using LWUIT
library, my application size is 679 KB
after obfusticating.
in some mobile devices and in non-specific events I get OutOfMemoryError
error.
I want to know what this error is for and does it related to Memory of device or its a bug of my application, and what is the solution?
thanks a lot in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,如果不研究它,就没有办法告诉你如何修复你的应用程序。 此 wiki 条目 是了解优化内存时应注意的事项的良好开端JavaME 应用程序。
Unfortunately there is not a way to tell how to fix your application without studying it. This wiki entry is a good start to understand what to look for when optimizing memory for JavaME apps.