2017-01-28 60 views
1

我想了解更多關於在Android上開發應用程序的方式,請參閱this guide需要澄清錯誤Android開發與Visual Studio

當我試圖運行空白的Cordova項目時,無論是打開還是關閉部署,都會出現錯誤。

隨着部署OFF我的錯誤(S):

無法獲得啓動的瀏覽過程中爲您的應用程序。

隨着部署ON我的錯誤(S):

assert.js:90 

AssertionError: missing path 

at Function.Module.runMain (module.js:441:10) 

at Function.Module._load (module.js:300:12) 

at Module.load (module.js:343:32) 

at Module.require (module.js:351:3) 

at Module._compile (module.js:409:26) 

at node.js:968:3 

at Object.<anonymous> (C:\ProgramData\Microsoft\VisualStudio\MDA\f6dfaae9\taco-toolset-6.3.1\simulate.js:15:13) 
Description 

at Object.Module._extensions..js (module.js:416:10) 

at require (internal/module.js:12:17) 

at startup (node.js:139:18) 

Node process unexpectedly exited while waiting for property 'appUrl'. 

throw new assert.AssertionError(

由於我是相當新的Android開發和Visual Studio,任何幫助,將不勝感激。

我已安裝谷歌瀏覽器。

+0

我沒有解決方案,只是想告訴你,你並不孤單與這個問題,也與它一起努力 – user230910

回答