Linux下的Bada开发
Bada 站点将 Windows 操作系统列为安装 Bada SDK 的系统要求。
是否可以使用 Linux 创建 Bada 应用程序?
The Bada site list the Windows OS as a system requirement for installing the Bada SDK.
Is it possible to create Bada apps using Linux?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Samsung 不支持它,但可以使用 Wine 在 Linux 上运行 Bada IDE 和模拟器。 IDE 和模拟器之间的通信存在问题,但我相信可以使其正常工作。
但据我所知,Wave 手机没有驱动程序,因此您无法在设备上测试您的应用程序。
更多信息和讨论在这里:http://forums.badadev.com/viewtopic .php?f=3&t=82
It's not supported by Samsung, but it is possible to run Bada IDE and Simulator on Linux using Wine. There was a problem with communication between IDE and the Simulator, but I believe it is possible to get it to work.
But as far as I know, there are no drivers for the Wave phone, so you won't be able to test your apps on the device.
More info and discussion here: http://forums.badadev.com/viewtopic.php?f=3&t=82
三星宣布即将推出的 2.0.0 将支持 GNU/Linux ,否则您可以尝试移植工具链来启动...
有关它的一些链接(法语):
http://blog.newlc.com/tagged/bada
告诉我们
Samsung announced that upcoming 2.0.0 will support GNU/Linux , else you can try to port the toolchain to start ...
Some links about it (in french) :
http://blog.newlc.com/tagged/bada
Tell us
不幸的是,原生 Linux / OS X 支持只会在稍后发布(如果有的话,我会补充) - 在当前版本的官方 2.0 SDK 中,只有 Windows 版本。 (尽管如此,它确实在 Parallels 下运行,并且还访问连接的硬件。)
Unfortunately, native Linux / OS X support will only be released later (if at all, I would add) - with the current release of the official 2.0 SDK, there's only a Windows version. (Nevertheless, it does run under Parallels and also accesses the connected hardware.)
三星仍然不支持它,但我将 opensource.samsung.com 的工具链与一些逆向工程相结合来创建它: https://github.com/epi/bali-sdk
It's still not supported by Samsung, but I have combined the toolchain from opensource.samsung.com with some reverse engineering to create this: https://github.com/epi/bali-sdk