Google+ ZACARÉS: August 2015

Translate

2015/08/12

VS2015 Community cannot build Cordova [Solved]

Recently, I'm trying Microsoft Visual Studio 2015 Community Edition to build cross-platform apps with Cordova. The thing which frustrated me much is, I can never run the debugger. Whenever I hit F5, I'll got the following error:
The debugger cannot continue running the process. Unable to start debugging.
This has been an issue for quite a long time until recently, Microsoft seems partially solve the issue. You need to update VS2015.

If you still got this issue after update, you should try the following steps:
  1. Close all VS instances
  2. cd %appdata%\"..\Local\Microsoft\Phone Tools"
  3. rename CoreCon folder to something else
  4. Launch VS again.
With these steps, I can finally build with Cordova.