三星Bada的编译器是什么?
最近三星推出了手机Bada平台。
http://developer.bada.com/apis/index.do
我可以找到来自上述网页的开发人员材料,但是,我找不到如何编译它以及编译器是什么?
这是基于 C++ 的框架,三星表示 Bada 与操作系统无关。在这种情况下,应用程序开发人员如何编译到不同的操作系统或不同的CPU。
如果有人有机会使用过 Bada SDK,请告诉我们。目前,只有选定的合作伙伴才能访问其 SDK。
谢谢
Recently Samsung presented Bada platform for mobile phone.
http://developer.bada.com/apis/index.do
I can find developer materials from the above web page but, I can't find how can I compile it and what is the compiler?
This is C++ based framework and Samsung said Bada is operating system agnostic. In this case, how application developer can compile to different O.S. or different CPU.
Is anyone who had chance to work with Bada SDK then please let us know. Currently, only chosen partner can access it's SDK.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
仅供参考工具链已发布:
FYI Toolchain has been released:
您将通过bada IDE开发和编译您的bada应用程序,bada IDE是基于Eclipse的bada开发IDE。您不会为不同的操作系统进行开发...您将为 bada 进行开发,并且三星使用的 CPU 使用相同的架构:ARM,因此在不同设备上运行您的应用程序不会出现任何问题。
You will develop and compile your bada applications through bada IDE, which is the IDE for bada development based on Eclipse. You will not develop for different OSes...you'll develop for bada, and the CPU's used by Samsung use the same architecture:ARM so there's not going to be any problems in running your app over different devices.
您可以在developer.bada.com下载SDK和教程。不过您需要先注册。
You can download the SDK and tutorial at developer.bada.com. You need to register first though.