Chris
Chris

Reputation: 1642

File not found while deploying Cordova App with Visual Studio

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".

enter image description here

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

Answers (1)

Benjamin Jähn
Benjamin Jähn

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

Related Questions