Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ionic run / build not working

when execute "ionic run android " nothing happens !!!

No Errors, No Messages - what happens?

like image 761
Nurdindev Avatar asked Apr 24 '26 22:04

Nurdindev


2 Answers

I had the same issue, dropping my version of Node to 4.2.1 fixed it.

See: Ionic run does nothing

like image 82
Tunji_D Avatar answered Apr 29 '26 19:04

Tunji_D


I thing the steps below can help, at least you can get a better log, to solve your problem:

  1. Make sure you added a platform to your project

    $ ionic platform add android

  2. Once you have a platform try to run using cordova

    $ cd {YOUR_PROJECT_DIR}/platforms/android/cordova $./run

like image 41
William Zmiyewski Avatar answered Apr 29 '26 19:04

William Zmiyewski