2012-06-14 23 views
0

我剛剛發現了僞造並想立即嘗試它。我緊隨其後的教程在http://docs.trigger.io/en/v1.3/getting-started.html#mac-and-linux-users,一切都很好,直到我試圖實際運行我的應用程序:當試圖運行一個新創建的應用程序時,「沒有這樣的文件或目錄」

(forge-environment) forge run web 
[ INFO] Forge tools running at version 3.3.2 
[ INFO] Checking JavaScript files... 
[ INFO] JavaScript check complete 
[ INFO] Verifying your configuration settings... 
[ INFO] Configuration settings check complete 
Exception in thread Thread-3: 
Traceback (most recent call last): 
    File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner 
    self.run() 
    File "/usr/lib/python2.7/threading.py", line 504, in run 
    self.__target(*self.__args, **self.__kwargs) 
    File "/home/mononofu/Programmieren/ArmorCalc/.template/generate_dynamic/utils.py", line  163, in runner 
    state.proc = lib.PopenWithoutNewConsole(args, stdout=subprocess.PIPE,  stderr=subprocess.STDOUT, env=kw.get('env')) 
    File "/home/mononofu/Programmieren/ArmorCalc/.template/generate_dynamic/lib.py", line 155,  in __init__ 
    self._old_popen.__init__(self, *args, **kwargs) 
    File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ 
    errread, errwrite) 
    File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child 
    raise child_exception 
OSError: [Errno 2] No such file or directory 

(它實際上並沒有崩潰,只是掛起了一會兒,然後用狀態131退出) 這無論我如何嘗試運行它(android,web)都會發生。我在Ubuntu 12.04上,一切都更新了。我沒有改變任何東西從默認,只是create,然後build

任何想法?

+1

你可以使用--verbose標誌重新運行失敗的命令,並用它更新你的問題,或者聯繫[email protected]? –

+0

與'--verbose'沒有什麼區別 - 我想我必須聯繫支持。 – Mononofu

+0

@JamesBrady是trigger.io團隊的成員! –

回答

1

底層的錯誤是adb沒有被發現與模擬器/設備交互:我們已經修復了這個糟糕的錯誤信息,這樣其他的Linux用戶就不會被卡住了!

相關問題