"ionic run android" starts the emulator, and don't deploy it to the device

Well, after a 4 hour internet surfing, I find the answer. I follow all this steps:

http://ttde.uniandes.edu.co/ttdewikim1/index.php/Android_Instalación_(Linux)

And after that, I do this:

  1. Execute this command on terminal " adb kill-server"
  2. Now connect device to system wait, 10-20 seconds.
  1. Execute this command on terminal " adb start-server", Check device status with "adb

devices " command.

This detect my device, and then with “ionic run android” it deploy it. This will solve this issue to anyone that is using Ubuntu as OS.

Thanks everyone!! @Calendee @maximel

4 Likes