如何设置诺基亚应用程序开发环境?

发布于 2024-11-05 17:46:41 字数 217 浏览 3 评论 0 原文

诺基亚开发者网站似乎并不热衷于提供有关如何为诺基亚应用程序设置基本编程环境的可靠信息。

我尝试了一次 Carbide C++ 路径,甚至无法编译和编译 HelloWorld。跑步。所以我的问题是:如何设置诺基亚应用程序开发以及使用哪个平台? (C++、Java、QT?、QML)

我的猜测是,完成此操作后,您只需将 .SIS 或 .SISX 文件复制到您的手机上,它就应该可以在那里工作。

Seems that Nokia Developers website isn't keen to give solid information on how to set up a basic programming environment for Nokia Apps.

I tried the Carbide C++ pathway once and couldn't even get the HelloWorld to compile & run. So my question is this: How do you setup Nokia Apps development and which platform to use? (C++, Java, QT?, QML)

My guess is that once this is done you just copy the .SIS or .SISX file to your phone and it should work there.

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

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

发布评论

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

评论(2

舞袖。长 2024-11-12 17:46:41

您应该使用的环境取决于您想要定位的设备平台,例如 S40 的 Java、Symbian 3 的 Qt 等。有一个 诺基亚论坛 上的摘要页面,其中提供了概述。

我不太熟悉 S40 的 Java 开发,但如果您想以 S60 或 S^3 为目标,那么到目前为止最简单的路径是下载最新版本的诺基亚 Qt SDK(目前 1.1)。该软件包包含 Qt Creator IDE,包括调试和部署工具,以及开发基于 Qt 的应用程序所需的所有平台组件。还有模拟器支持以及使用远程编译器服务为各种不同平台交叉编译二进制文件的能力。

The environment that you should use depends on the device platforms that you want to target, e.g. Java for S40, Qt for Symbian 3, etc. There is a summary page on Forum Nokia which gives an overview.

I'm not too familiar with Java development for S40 but if you want to target S60 or S^3 then by far the easiest path is to download the most recent version of the Nokia Qt SDK (currently 1.1). This package contains the Qt Creator IDE, including debugging and deployment tools, and all of the platform components needed to develop Qt-based apps. There is also emulator support and the ability to use remote compiler services to cross-compile binaries for various different platforms.

洋洋洒洒 2024-11-12 17:46:41

QT 可能是最容易上手的。并不是每个人都喜欢 Symbian C++,而且 S40 是一个非常有限的平台

QT would probably be the easiest to get going. Not everyone like Symbian C++, and S40 is a very limited platform

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