0
我已經在過去的3個小時裏碰到了這個問題。未能加載模塊tns_modules/application/application.js
我稱之爲:../../latest-cli/nativescript-cli/bin/tns run android --watch --device=emulator-5554
一些想法將真棒!
我已經在過去的3個小時裏碰到了這個問題。未能加載模塊tns_modules/application/application.js
我稱之爲:../../latest-cli/nativescript-cli/bin/tns run android --watch --device=emulator-5554
一些想法將真棒!
請確保您具有NativeScript的所有最新部分(核心模塊,運行時和CLI)。這裏有一篇很棒的博客文章:http://fluentreports.com/blog/?p=323,其中概述了以上所有內容需要同步。那麼你應該嘗試運行tns platform remove android
然後tns platform add android
。然後確保您卸載此失敗的版本,並在添加平臺後安裝新的版本。
此外,只需打開模擬器並呼籲tns livesync android --watch
和CLI將檢測正在運行的模擬器。無需指定。
另一件事是'--watch'參數不能用'tns運行android | ios'這不是[第一次](http://stackoverflow.com/questions/38446017/tns-watch-not工作)我注意到你嘗試使用它與'運行' –
我ussualy使用livesync。 但是,我遵循指示,仍然沒有運氣。 ; /也嘗試刪除平臺等。也許你需要更多的信息? – IvRRimUm