Search code examples
cordovavisual-studio-2013multi-device-hybrid-apps

vs-mda-targets\Microsoft.MDA.targets was not found


Trying to simply create a new Cordova "Blank App" using Visual Studio 2013 Update 3.

I see the template, but when trying to open the blank app, I get:

The imported project "C:\Users\jeades.GC\AppData\Roaming\npm\node_modules\vs-mda-targets\Microsoft.MDA.targets" was not found. Confirm the path in the Import declaration is correct, and that the file exists on disk

enter image description here

Tried installing/reinstalling the Multi Device Hybrid apps tool and I get the same problem. The "vs-mda-targets" folder does not exist inside of node modules which is what it's complaining about but I'm not sure why. Any ideas? I assumed that would have been created with the install?


Solution

  • This is an issue that happens intermittently. Manually copying the targets files as described in the post below will fix the problem.

    multi-device-hybrid apps template is not loading after installing CTP2