angularjs - How to run ionic app in live mode so that I can get the console logs? -
i'm trying run ionic app runs on device in live mode. in this guided run
$ ionic run ios [options]
so, tried
$ ionic run android -c -s
but once app installed successfully, terminal got closed.
you want use ionic run android -c -l
, activates console output , live update. works on wifi, don't need phone connected usb after uploaded apk.
live update causes app automatically refresh when make changes code, don't have rebuild apk every time. i'm not sure, think read somewhere must have live update enabled have console output.
Comments
Post a Comment