1

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

构建成功总时间:14 秒警告:未指定仿真器,默认为 api18 等待仿真器... shell.js:内部错误错误:在 ChildProcess.spawn (child_process.spawn) 的 errnoException (child_process.js:980:11) 处生成 EMFILE js:927:11) 在 export.spawn (child_process.js:715:9) 在 Object.exports.execFile (child_process.js:607:15) 在 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.module.exports 的 Object.exec (/Users/fernando/hello/platforms/android/cordova/node_modules/shelljs/shell.js:1487:23)。在 Object.module.exports.wait_for_emulator (/Users/fernando/hello/platforms/android/cordova/lib/emulator) 上睡眠 (/Users/fernando/hello/platforms/android/cordova/lib/emulator.js:255:15) .js:221:14)]

4

1 回答 1

1

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

于 2013-12-11T13:07:29.147 回答