I\'m trying to run an ionic app on my mobile phone (Android 4.4.2). USB-Debugging is activated.
When i run the command \"ionic emulate android\" everyth
Once you've enabled your device for debugging, make sure to turn on usb tethering on the device;
Settings > Tethering & Networks > USB tethering
This fixed the problem for me.