应用程序未在 Android 中打开

发布于 2024-10-02 09:48:27 字数 124 浏览 0 评论 0原文

我开发了基于 LWUIT 的 Android 应用程序。 但该应用程序无法在模拟器中打开。 我使用的是 eclipse 3.6.1 和 android 2.2。 谁能告诉我开发基于 LWUIT 的 Android 应用程序的正确步骤?

I developed the LWUIT based android application.
But that application could not opened in emulator.
I used eclipse 3.6.1 and android 2.2.
Can anyone tell me the proper steps for developing the LWUIT based android application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

星星的軌跡 2024-10-09 09:48:27

我还没有使用过 LWUIT,但我认为您在代码文件中附加 xml(界面布局)文件时可能会犯错误。

setContentView(R.layout.Phonebook);

可能有帮助,检查一下!

I haven't used the LWUIT yet, but i think you may making mistake in attaching xml(interface layout) file inside the code file.

setContentView(R.layout.Phonebook);

It may helps, check it !!

初懵 2024-10-09 09:48:27

我在 Android 应用程序中使用了 LWUITActivity 类。 LWUIT 框架拥有自己的活动类,用于开发 Android 应用程序。如需了解更多信息,请参阅此链接

I used LWUITActivity class for Android application. LWUIT framework having own activity class for developing Android application. For more info see this link.

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