Error in adb.exe when running "ionic cordova run android --device"

0

I'm trying to run my app on my phone and it gives this error:

Until yesterday it was working and had already tested on the cell phone several times. When I updated the ionic it started to appear this adb.exe message.

I have everything updated, USB debug enabled on the cell phone, etc.

    
asked by anonymous 14.07.2017 / 15:17

1 answer

1

Try to run the adb devices command and check if your device appears in the list of devices. If it does not appear you need to install the device drivers.

    
25.07.2017 / 16:03