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 had two problems (Ubuntu OS):
chrome//inspect
- close that (simply close the tab)Now run the command cordova run android
and look at your device there another dialog will be appeared click ok, now you are done! In the terminal you will see LAUNCH SUCCESS
. By the way I removed the old app from my device too.