【发布时间】:2015-07-06 14:22:34
【问题描述】:
我正在 Appcelerator 工作室中构建 hello world 应用程序。应用程序在“浏览器中的移动 Web 预览”和 android 模拟器中启动正常。当我尝试在我的设备上运行它时出现错误:
[ERROR] : Invalid "--device-id" value "TA93002AYM"
TRACE | titanium exited with exit code 1
ERROR | Error: ti run exited with error code 1
at ChildProcess.<anonymous> (C:\Users\user\.appcelerator\install\4.0.2\package\node_modules\appc-cli-titanium\plugins\run.js:84:66)
at ChildProcess.emit (events.js:110:17)
at Process.ChildProcess._handle.onexit (child_process.js:1067:12)
[ERROR] Application Installer abnormal process termination. Process exit value was 1
我使用 Titanium SDK 3.5.0 和 4.0.0 得到了相同的结果。我试图重新启动计算机,重新启动 appcelerator 工作室,刷新项目,清理项目......没有任何帮助。有什么建议吗?
【问题讨论】:
-
你的手机能被你的电脑正确识别吗?通过 adb 检查。
-
如果无法正确识别,请检查此问题:stackoverflow.com/questions/18011685/…
标签: android titanium appcelerator