webos eclipse 的phonegap
我正在使用 Eclipse IDE 开发 Palm Pre 应用程序。如何使用 Eclipse 设置 Phonegap 来开发跨平台应用程序?
I am developing Palm Pre apps using the Eclipse IDE. How to setup Phonegap with Eclipse for developing cross-platform apps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要让 PhoneGap 在 webOS 上运行,请查看 Palm 开发者博客文章 http://developer.palm.com/blog/2010/09/developing-cross-platform-apps-with-phone-gap-part-1/。如果您使用的是 Mac OS X 或 Linux,Phonegap 应该可以开箱即用。在 Windows 上,您需要更改 makefile 以在 palm-install 和 palm-package 命令前面使用“cmd /c”,以使 Make 正确运行批处理文件。
To get PhoneGap working on webOS, check out the Palm Developer Blog posts at http://developer.palm.com/blog/2010/09/developing-cross-platform-apps-with-phone-gap-part-1/. If you're using Mac OS X or Linux, Phonegap should work out-of-the-box. On Windows, you'll need to alter the makefile to use "cmd /c" in front of the palm-install and palm-package commands to get Make to run the batch files correctly.