JBlend 与 LWUIT
我使用 LWUIT、CLDC 1.1、MIDP 2.0 在 J2ME 上制作了一些应用程序,它们在诺基亚手机上运行得很好。
但是,当我尝试在华为 G7206 (JBlend) 上安装这些应用程序时,某些应用程序会出现错误(不支持),并且某些应用程序会崩溃而不显示任何内容。
我测试了一个没有 LWUIT 的应用程序并且它有效。
我的问题是, 有什么问题吗?
JBlend 不支持 LWUIT?或者我必须降级我的应用程序(我的意思是删除一些功能)?
有谁知道使用 JBlend 的限制?
I have made some applications on J2ME using LWUIT, CLDC 1.1, MIDP 2.0 and they are working great on Nokia handsets.
But when I tried to install these applications on Huawei G7206 (JBlend) some of the applications gives error (NOT SUPPORTED) and some crashes without displaying anything.
I have tested an application without LWUIT and it worked.
My question is,
what is the issue?
Either JBlend does not support LWUIT? or I have to downgrade my applications (I mean to remove some features)?
Does anyone know the limitations to work with JBlend?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否在其他设备上测试过您的应用程序?
确认您的 jad 不包含任何其他隐藏要求,jblend 通常与 LWUIT 配合使用,但某些虚拟机无法正确处理完整的 LWUIT,并且需要混淆的应用程序或类似的 hack。
Have you tested your applications on other devices?
Confirm that your jad doesn't include any other hidden requirements, jblend generally works with LWUIT but some VM's don't handle the full LWUIT properly and require an obfuscated application or similar hacks.
每当我们在应用程序中使用 LWUIT 时,应用程序的大小都会因为我们添加的 jar 文件而增加。通过混淆,我们可以减小 .jar 文件的大小。并且可以变得能够在设备中运行。
请尝试混淆该应用程序。您可能会得到问题的解决方案
Whenever we use LWUIT in application the size of the application increase because of the jar file which we add in it. By obfuscation we can reduce the size of .jar file. And can become able to run in device.
Please try of obfuscate the application. You might get the solution of your problem