Hello
I am unable to use live reload with ionic 2 and android device. It works perfectly with earlier version.
Any suggestions ? Used the following command to launch my app
==
$ ionic run android -c --livereload
Hello
I am unable to use live reload with ionic 2 and android device. It works perfectly with earlier version.
Any suggestions ? Used the following command to launch my app
==
$ ionic run android -c --livereload
I can’t tell you the technical details, but I believe the official word right now is that live reload on a device does not work properly and it shouldn’t be used.
Thanks. Really miss this feature. I am testing Bluetooth on android device and it takes quite a bit of time for build and test. Any suggestions to overcome this constraint ?
There is a workaround: start npm run watch
in a separate terminal. The issue is here: ionic-cli#1425