generator-ionic icon indicating copy to clipboard operation
generator-ionic copied to clipboard

grunt run:android --livereload issue with Genymotion device

Open devakone opened this issue 10 years ago • 3 comments

I am using Genymotion as my live testing environment and I run into a weird issue. When i run grunt run:android --livereload i never got the output I expected meaning the process stays connected and I see console output and live reload enabled instead, it just started the build process as if I had just ran grunt run:android And that was it, deployed to the device and bam! the process exits. It might be linked to this issue: https://github.com/driftyco/ionic-cli/issues/82 because while debugging this, if i run: ionic run android --livereload I get Setup Live Reload

Multiple addresses available. Please select which address to use by entering its number from the list below: Note that the emulator/device must be able to access the given IP address

  1. 192.168.1.9 (en0)
  2. 192.168.56.1 (vboxnet0) Address Selection: 2 Selected address: 192.168.56.1 Running dev server: http://192.168.56.1:8100 Running live reload server: http://192.168.56.1:=35221 Watching : [ 'www//*', '!www/lib//*' ]

And the process goes on to successfully enable livereload and dynamic debugging. Did anybody else run into this?

devakone avatar Nov 15 '14 21:11 devakone

+1

kurtommy avatar Dec 15 '14 15:12 kurtommy

No i'm looking aswell did you find the answer?

kay102dev avatar Jul 14 '16 14:07 kay102dev

Same here.

anand1st avatar Sep 15 '16 08:09 anand1st