Apache Cordova是PhoneGap贡献给Apache后的开源项目,是从PhoneGap中抽出的核心代码,是驱动PhoneGap的核心引擎。你可以把他想象成类似于Webkit和Google Chrome的关系。
Apache Cordova 3.5.0 发布,此版本值得注意的更新如下:
Common code between cordova-cli & cordova-plugman has been moved into its own repo named cordova-lib.
Each platform now has a package.json file and has been uploaded to npm. Future updates to the cordova-cli will make use of npm instead of git for loading platforms.
CB-4863 - Drop iOS 5.0 support, and support arm64. New projects are built as a universal binary (64 and 32-bit), and require a minimum deployment target of iOS 6.0.
This is the last release with support for WP7
Added Chrome devtools support for debug builds for amazon-fireos
更新: (可以把 android 替代成其他你想更新的平台):
npm install -g cordova
cd my_project
cordova platform update android
项目主页:http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
下载地址:http://cordova.apache.org/docs/en/3.5.0/guide_platforms_index.md.html
来自:开源中国社区