问题描述
您好,我需要开发一个简单的应用程序是混合运行在kitkat版本的android。因为它是可能的PhoneGap 3.3我一直在尝试安装它。
但我真的很困惑安装过程。
首先我在我的Windows 7 32位系统中安装了nodejs。
然后我从phonegap网站。这是链接
我可以创建一个项目。
但我面临一个错误,无法启动模拟器(我设置环境变量。)
然后我经历了几个ohter网站
C:> npm install -g cordova
如果我运行任何进一步的命令,它要求我安装Apache ANT。
但是很多人说我的phonegap和cordova是一样的。
所以我有点困惑,因为我要问我的上司在我的办公室电脑下载和安装软件。
请给我建议任何网站,给我的程序在这些工作。
PhoneGap和cordova使用几乎相同的存储库,但它们不一样.Phonegap是建立在cordova的顶部。 / p>
Cordova先发行版本,而phonegap通常如下。
两者的主要区别在于phonegap建立您的应用程式在线
两者都有非常不同的文档
这里有一个指向cordova的链接
并连结至phonegap
如果您在纪录片中注意到phonegap插件中的链接,您会注意到phonegap使用cordova的插件
Phonegap不断地跟上cordova.我有点偏向cordova.I建议你决定哪个更适合你
Hi I need to develop a simple application which is hybrid which runs in kitkat version of android. Since it is possible with PhoneGap 3.3 I have been trying to install it.
But I am really confused a lot with the installation procedure.
First I installed nodejs in my windows 7 32 bit system.
Then I ran the commands from the phonegap website. This is the link http://phonegap.com/install/I was able to create a project.But I am facing an error and not able to start the emulator.(I set the environmental variable. )
Then I have gone through couple of ohter websites where they said to run the following commands.
C:> npm install -g cordova
And if I run any further command beyond that it is asking me to install Apache ANT.
But many folks said me that both phonegap and cordova are same.
So I am a little confused since I have to ask my superiors for the download and installation of software in my office PC.
Please suggest me any website that gives me the procedure to work on these.
Phonegap and cordova uses almost the same repository,but they are not the same.Phonegap is build on top of cordova.
Cordova's releases a version first and phonegap usually follows.
The main difference between the both is that phonegap allows you to build your app onlinehttps://build.phonegap.com/
Both have very different documentation
Here's a link to cordova http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html
And link to phonegap http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html
If you notice the links in the phonegap plugin in the documentary,you will notice phonegap uses cordova's plugin
Phonegap constantly plays catch up with cordova.I am a little biased towards cordova.I suggest you decide which is better for you
这篇关于Apache Cordova和PhoneGap之间有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!