Reputation: 3852
Visual Studio 2015 provides a tool for hybrid app using Apache Cordova. So I am trying my first app deploying it on an Android device.
I manage to deploy it on my device, but when I launch it I see two things:
impossible to start PATH\adb.exe - unknown error 0x80070057 -
Please note that at PATH the file adb.exe is present. my OS is Windows 8.1
How to fix it?
Upvotes: 1
Views: 2279
Reputation: 1480
This issue was mentioned again in a question posted to this site after yours:
visual studio 2015 apache cordovo not running in emulator with Blank app project template
The solution there was to re-install the Android SDK and try again.
Upvotes: 0