Ionic devapp just searching

自作多情 提交于 2020-02-21 17:42:08

问题


I'm having a problem with the Ionic DevApp application .. I use the "ionic serve -c" command it opens in the browser, but on my device it is just looking for .. "Listening for apps on your network". It is not appearing on my device, however I have already tested on 2 other devices, and in them appears the project in the list. I even formatted my Android device, but still can not find the project. Anyone have any idea what it can be? Why is this happening? Thanks!


回答1:


How to run the ionic app using devapp:

  1. Navigate to the Ionic Project folder via cmd line.
  2. Disable your Firewall - Enabled Firewall is what causes the buffering problem.
  3. Run cmd ionic serve --devapp
  4. Search for the app in the devapp on your android phone which is connected to the same wifi network like Hotspot or via Home Wifi Router.


来源:https://stackoverflow.com/questions/52855871/ionic-devapp-just-searching

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!