使用phonegap在多种平台上开发应用程序
只是想澄清有关phonegap的困惑,
我感兴趣的领域主要是Android和Iphone。我对phonegap的真正理解是,当没有本地库被ysed时,phonegap应用程序是平台独立的,因此可以在iphone和android上运行。因此,如果我使用phonegap在eclipse上构建一个android应用程序而不使用任何本机库,它也会在iphone上运行吗?
just wanted to clear a confusion concerning phonegap,
My area of interest is mainly Android and Iphone. What I really understand about phonegap is that the phonegap app is platform independant when no native libs are ysed and thus run both on iphone and android. Thus if i build an android app on eclipse using phonegap without using any native libs, will it run on iphone as well??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,事实并非如此。
Phonegap 使您能够编写跨平台代码(HTML、JS、CSS),但在构建时,您必须将此代码编译到每个操作系统的特定环境。例如,您可以使用 eclipse 构建 Android 版本,使用 Xcode 构建 iOS 版本。
希望这有帮助!
Nope, this is not exactly the case.
Phonegap enables you to write cross-platform code (HTML, JS, CSS), but when it comes to building, you have to compile this code to a specific environment for each OS. For example you can build the Android version using eclipse, and the iOS version using Xcode.
Hope this helps!
不,您仍然需要为 iPhone 进行构建。
您可以对所有系统使用相同的源代码。
No, you will still need to build for iPhone as well.
You can use the same source code for all systems.