Reputation: 976
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
What am I missing here?
Upvotes: 3
Views: 922
Reputation: 976
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.
Upvotes: 2