3
我正在用Sencha Command構建一個應用程序,我已經遵循了所有的步驟,並且一切正常,直到我輸入命令sencha app build production
。我收到以下錯誤sencha應用程序生成錯誤?
[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論壇和其他網站尋找答案,但無濟於事。
有誰知道爲什麼我會得到這些錯誤和或解決方案來解決錯誤?
任何幫助將不勝感激。
你在使用什麼操作系統?你有沒有嘗試過構建一個新創建的應用程序? – rdougan
感謝您的回覆。我正在使用Windows 7.我曾嘗試構建一個新創建的應用程序,然後運行sencha應用程序構建生產命令,但我仍然遇到相同的錯誤。 – fuzzyLikeSheep