Reputation: 1025
I currently get the following error when attempting to run a hybrid app using the new cordova ctp for Visual Studio 2013.
Error 11 The command
""C:\Users\Nick\AppData\Roaming\npm\node_modules\vs-mda\vs-cli"
prepare --platform Android --configuration Debug --projectDir .
--projectName "BlankCordovaApp2"" exited with code 1. C:\Users\Nick\AppData\Roaming\npm\node_modules\vs-mda-targets\Microsoft.MDA.targets 115 5 BlankCordovaApp2
Do I need to install something else?
Upvotes: 0
Views: 712
Reputation: 19863
for me I just deleted the bld
folder and everything has become right
Upvotes: 0
Reputation: 1568
In certain cases, VS does not immediately detect the Android path after installation. Rebooting your machine is the only option for now.
Upvotes: 1