ERROR: Failed to deploy to device, no devices found -cordova using visual studio

satyender picture satyender · Mar 2, 2016 · Viewed 46k times · Source

I am developing an Apache Cordova mobile app using Visual Studio 2013. When I run my app in device mode I get the following error:

ERROR: Failed to deploy to device, no devices found

I have already enabled USB debugging in the developer options. enter image description here

Answer

Luckylooke picture Luckylooke · Jul 4, 2017

I have had problem that I have got "device not found" after first working connection an next reconnection. I have found solution by closing chrome://inspect/#devices tab in chrome dev tools. Hope this help someone. Happy coding!

Credit: https://stackoverflow.com/a/36662403/861615