cordova 资料

来源:互联网 发布:淘宝上买腾讯视频会员 编辑:程序博客网 时间:2024/05/16 06:10


cordova for ios

1. set up

http://www.th7.cn/Program/IOS/201411/314807.shtml


2.Cordova 3.x 实例开发 -- 基于Ionic的Todo应用

http://rensanning.iteye.com/blog/2072034




cordova 4.2.0 遇到的异常处理 :

1.android SDK 选择 API Level 21以上;

2.自带的test demo运行缺少 cordova.js, 需要手动添加到工程中;

3.nodejs - cordova build
You will require:1. "SDK Platform" for android-222. "Android SDK Platform-tools (latest)3. "Android SDK Build-tools" (latest)]ERROR building one of the platforms: Error: d:\ceshi\platforms\android\cordova\build.bat: Command failed with exit code 2You may not have the required environment or OS to build this projectError: d:\ceshi\platforms\android\cordova\build.bat: Command failed with exit code 2    at ChildProcess.whenDone (C:\Users\kevin\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:131:23)    at ChildProcess.emit (events.js:110:17)    at maybeClose (child_process.js:1015:16)    at Process.ChildProcess._handle.onexit (child_process.js:1087:5)



直接修改 project.properties,修改成对应的SDK target=android-21 或者 target=android-22


资料
1.
http://cordova.apache.org/

2.
https://github.com/apache/cordova-android

3.
http://cordova.apache.org/docs/en/5.0.0//guide_cli_index.md.html#The%20Command-Line%20Interface

4.
https://nodejs.org/en/


5.http://blog.csdn.net/cwb1128/article/details/25576915

  http://blog.csdn.net/hu_zhenghui/article/details/9084271

 http://www.cnblogs.com/hubcarl/p/4202784.html







0 0