我正在使用 Titanium Studio 为 android 构建一个 APP,我正在尝试手动构建一个 APK 以在外部模拟器上运行,因为钛的模拟器太慢了。我尝试了不同的方法来导出项目,但工作室中没有这个选项。如果我想构建 APK,我需要运行模拟器,等待它加载,然后构建 APK,所以我正在尝试不同的方法。
我在控制台上运行:
titanium build --platform android --project-dir "C:\Project"
我有这个回报:
events.js:72
throw er; // Unhandled 'error' eventError: spawn ENOENT
Error: spawn ENOENT
at errnoException <child_process.js:980:11>
at ChildProcess._handle.onexit <child_process.js:771:34>
信息:
钛版:3.1.2
节点版本:0.10.13
NPM 版本:1.3.2
有什么帮助吗?