Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy app using cordova CLI to WP8 device

I am struggling to deploy helloworld application to my Windows Phone 8.1 device using Cordova command line interface. When I build application using cordova build --release I can easily deploy application to the device from VS Express 2012, however when I use cordova run wp8 --device I get this error deploy error What am I missing here?

like image 593
wirher Avatar asked Apr 14 '26 13:04

wirher


1 Answers

I have found solution. It is related to HRESULT 0x89721800 exception from "Application Deployment" executable from Windows Phone SDK. To fix this you have to go to %LOCALAPPDATA%\Microsoft\Phone Tools\CoreCon\ and remove all folders.

like image 199
wirher Avatar answered Apr 17 '26 07:04

wirher