eeadev
eeadev

Reputation: 3852

impossible to start adb - cannot debug Visual Studio 2015 Cordova

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:

  1. on my device, the menu gets open up for a couple of seconds before my "hello world" starts
  2. on my PC I see a pop-up windows containing the below message
  3. I cannot debug because the connection between my PC and my device is dropped

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

Answers (1)

Jordan Matthiesen
Jordan Matthiesen

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

Related Questions