Qt框架与诺基亚meego-harmattan的关系

发布于 2024-11-18 05:56:56 字数 101 浏览 7 评论 0原文

我是 Maemo 开发的初学者。诺基亚 N9 带有 JVM 吗?有的论坛说 它将与 dalvik VM 一起提供。这是真的吗?如果我想为诺基亚 N9(meego) 开发应用程序,我必须从

I am a beginner to Maemo Development. Has Nokia N9 come with JVM? Some forums are saying
that it will come with dalvik VM. Is it true? If I want to develop Applications for Nokia N9(meego), I have to install both Qt SDK and harmattan sdk from the link?

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

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

发布评论

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

评论(1

扛起拖把扫天下 2024-11-25 05:56:56

Maemo 是诺基亚 Linux 移动手机平台的旧版本,它与英特尔的 Moblin 合并形成了 MeeGo。

诺基亚 N9 上的情况有点令人困惑,因为实际上有两个 API:

我会推荐诺基亚 API,因为它们专门针对该设备并为初学者提供友好的 QML API。

MeeGoTouch API 更多地适用于 MeeGo 平板电脑 UX,但如果您愿意,也应该可以使用。它是完全开源的,而诺基亚的层是专有的。

该平台不附带 JVM。然而,MeeGo 是一个 Linux,因此您可以安装任何您想要的东西 - 包括 JVM - 但在本例中这可能不是您想要的。

Maemo is the older version of Nokia's Linux mobile handset platform, which merged with Intel's Moblin to make MeeGo.

Things are bit confusing on the Nokia N9 because there are really two APIs:

I would recommend the Nokia APIs as they specifically target that device and provide beginner friendly QML APIs.

The MeeGoTouch API is more for the MeeGo Tablet UX, but should also work if you prefer. It is completely open source, while Nokia's layer is proprietary.

The platform does not ship with a JVM. However, MeeGo is a Linux, so you can install anything you want - including a JVM - but that probably is not what you want in this case.

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