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 got the solution by removing the Android emulator and re-create the emulator from AVD Manager of Android Studio.
No target specified and no devices found, deploying to emulator When this message appears, you have to click START, and activate your emulator before.
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.
I'm on a Mac.
What worked for me was to heed the warning on the device that said no program on the Mac was available that could connect to the device, such as Android File Transfer.
I installed that. Unplugged and replugged the USB cable. And voila.
None of these worked for me on android 6.0 on a mac.
I found this article: http://trendblog.net/android-file-transfer-not-working/
quoting from it:
Once you are remove the USB plugin from the computer means it will not work. Already open the Chrome inspect in your PC means close that tab and run. In my case, just closing the Chrome Inspect panel and running ionic cordova run android worked.
Thats all. Enjoy your coding