Deploy your app using cordova CLI for WP8 device

I am struggling to deploy helloworld app on my Windows Phone 8.1 device using Cordova CLI. When I create an application with cordova build --release

I can easily deploy the 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?

+3


source to share


1 answer


I found a solution. This is due to the exception HRESULT 0x89721800

from the Deploy Application executable from the Windows Phone SDK. To fix this, you must go to %LOCALAPPDATA%\Microsoft\Phone Tools\CoreCon\

and delete all folders.



+2


source







All Articles