Phonegap Index.html重置每次发布

时间:2013-10-31 20:11:08

标签: android cordova

为什么运行此命令phonegap run android后我的www / index.html会继续重置(默认的phonegap)?这个cordova emulate android做同样的事情,但为什么它与第一个命令不同,再加上给我这个错误:
编辑:我正在使用IntelliJ IDE。

  

建立成功   总时间:14秒   警告:未指定模拟器,默认为api18   等待模拟器......   shell.js:内部错误   错误:生成EMFILE       在errnoException(child_process.js:980:11)       在ChildProcess.spawn(child_process.js:927:11)       在exports.spawn(child_process.js:715:9)       at Object.exports.execFile(child_process.js:607:15)       at Object.exports.exec(child_process.js:578:18)       在execSync(/Users/fernando/hello/platforms/android/cordova/node_modules/shelljs/shell.js:1793:9)       在Object._exec(/Users/fernando/hello/platforms/android/cordova/node_modules/shelljs/shell.js:1130:12)       在Object.exec(/Users/fernando/hello/platforms/android/cordova/node_modules/shelljs/shell.js:1487:23)       at Object.module.exports.sleep(/Users/fernando/hello/platforms/android/cordova/lib/emulator.js:255:15)       在Object.module.exports.wait_for_emulator(/Users/fernando/hello/platforms/android/cordova/lib/emulator.js:221:14)   ]

1 个答案:

答案 0 :(得分:1)

您需要更改[app_path] \ www中的代码,而不是更改平台目录中的代码