visual studio - Windows Phone Emulator exited with code 8 during Cordova Multi Device Hybrid App Build -


while building cordova multi device hybrid app windows phone, throwing error.

error message : command ""c:\users\username\appdata\roaming\npm\node_modules\vs-mda\vs-cli" build --platform "windows phone" --configuration "debug" --projectdir . --projectname "angularjstodo" --language "en-us" --buildserverurl "" --buildtarget "phoneemulatorwvga512"" exited code 8. c:\users\username\appdata\roaming\npm\node_modules\vs-mda-targets\microsoft.mda.targets 99  5   angularjstodo 

but working fine android , iphone. issue windows phone.

this error occurs when required sdks not installed on machine. resolve this, go to:

  • programs , features
  • right click on microsoft visual studio ultimate 2013
  • click change
  • choose modify
  • check "tools maintaining store apps windows 8" , windows phone 8.0 sdk"
  • click update

that should install missing sdk. try building again after restarting visual studio.

taken official documentation.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -