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
I solved the problem.
Here is what I did:
I typed into the command line: adb devices
(located in the "platform-tools" folder in the Android SDK) which returned me an empty list.
So I installed my phone's drivers, which I downloaded from the vendors homepage.
Now the list contains my device and the app is started on my mobile phone.