I have a project that was working on RC and worked with no problems. Updated to RTM and now I cannot start the application
I also created a new black cordova app and
The answer from Leo works for me.
Here the documentation of my research, if it does not work for any other user.
Watch the output, to get your specific cause. Increase the build-Verbosity in VS-Options.
go to Tools -> Options -> Tools for Apache Cordova, click the 'Run Dependency Checker'.
Check the installed Visual Studio features, this is selected by default:
Compared to msdn:Install Tools for Cordova
Add also:
And if you still get no emulator after compiling a blank cordova app:
I think then you have to install google chrome: msdn "The installer does not install Google Chrome, which is required if you want to run the Apache Ripple simulator for iOS and Android, and it does not install Apple iTunes, which is required for deploying an app to an iOS device connected to your Windows PC."
Also check your Hyper-V Settings:
I'm checking out the Tools\Visual Studio Emulator for Android:
Check the SystemRequirements
Check this link: Troubleshooting the Visual Studio Emulator for Android
Or give "reinstalling node.js" a chance. Wait for "Setup Repair" again.
Hope my documentation here helps someone.