我正在用Sencha Command构建一个应用程序,我已经遵循了所有的步骤,一切都运行得很好,直到我输入命令sencha app build production。我得到了以下错误
[ERROR] CreateProcessW: The system cannot find the file specified.
[ERROR] Failed loading your application from: 'http://localhost/am/index.html'. Try setting the absolute URL to your application for the 'url' item inside 'app.json'我使用的是最新的sencha touch sdk工具和sencha touch 2 sdk。
我不知道为什么会出现这些错误,我已经尝试了我能想到的所有解决方案来修复它们。
我浏览了大部分的sencha论坛和其他网站,寻找答案,但都无济于事。
有人知道我为什么会得到这些错误和修复这些错误的解决方案吗?
任何帮助都将不胜感激。
发布于 2012-05-17 04:22:50
您是否尝试了错误建议的操作:“尝试在‘app.json’内设置应用程序的' URL‘项的绝对url”?
https://stackoverflow.com/questions/10589340
复制相似问题