Reputation: 1642
I'm using Visual Studio 2015 Enterprise with the latest updates. I'm writing a mobile app with Apache Cordova. Until this morning everything was fine, but now I can't deploy to my Android Device. Yesterday everything was OK. All I got is twice the Message
Das System kann die angegebene Datei nicht finden
What means in english, "The system can't find the stated file".
I've already set the MSBuild project build output verbosity to "Diagnostic", but there are no more informations.
How can I find out, what is missing?
Upvotes: 1
Views: 253
Reputation: 1061
Try adding "ADT_HOME" (C:\Program Files (x86)\Android\android-sdk) to the system environment variables! This solved the same issue for me!
Hope this helps.
Upvotes: 2