I have been following this guide: Getting Started With Visual Studio Tools For Apache Cordova.
But when I try to run a blank app through the "Simulate in Browser" function, I get this error in the debug output window:
Unable to get launched browser process for your app.
After that nothing happens.
I've tried several "solutions" to similar problems I found, but none worked:
- Reinstalling Visual Studio (and the Cordova Tools) [As per this answer].
- Deleting the .suo file from the project folder [As per this answer].
- Modifiying the .sln file from the project folder [As per this answer].
- Making sure the Deploy checkbox is checked [As per this answer].
- Cleared the Cordova Cache [As per this answer].