I use Cordova Tools for Visual Studio 2013.4. When I try to build the application Output is:
1>------ Build started: Project: AppName, Configuration: Debug Android ------
1> GeneratedJavascript=scripts\index.js;scripts\index.js.map;scripts\platformOverrides.js;scripts\platformOverrides.js.map
1> D:\AppFolder\AppFolder\AppName>call "C:\Program Files (x86)\nodejs\"\nodevars.bat
1> Your environment has been set up for using Node.js 0.10.26 (ia32) and npm.
1> ------ Ensuring correct global installation of package from source package directory: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 12.0\COMMON7\IDE\EXTENSIONS\V4YXQHUD.HVK\packages\vs-mda
and it stops, not get built:
(SOLVED)
I tried to reinstalling VS, Update3 with CTP2 and also Update4 with CTP3. finally I reinstalled my windows, installed vs2013, installed Update4, and installed CTP3, then I clear Cordova cache and build and wait for all cordova assets to download. Then it my problem got solved.