I am trying to run ionic run android --livereload
, it's working fine, the URL it's giving is: http://10.0.0.1:8100
When I am running this command the application is up, there is black blank app background. after some seconds i get error alert:
"Application Error": "The connection to the server was unsuccessful. (http://10.0.0.1:8100)"
After more some seconds (not clicked "OK" button) I have this error:
"Application Error": "net::ERR_CONNECTION_TIMED_OUT(http://10.0.0.1:8100)"
I am using ubuntu, I tried active firewall (tcp ports 8100, 35729) and disable it, I tried ionic address
- 2 choices: localhost, 10.0.0.1, and when I'm choosing localhost, in android it's still 10.0.0.1 and not localhost
What should I do?