ionic serve is working just fine
i tired all what i can find of emulate combinations:
ionic emulate (with or without android) (-c -l) or (-cls) is not working
I get popup alert
Application error: The connection to the server was unsuccessful(http://192.168.42.94:8100)
THEN
Application error: net:ERR_CONNECTION_TIMED_OUT(http://192.168.42.94:8100/)
I tried ionic address i get 3 addresses:
- 192.168.1.102 (Wi-Fi 2)
- 192.168.0.100 (Ethernet)
- localhost
1 and 2 does not work if I select 3rd option and then i run the emulate command, I get the address selection again with only the first two addresses without 3) localhost
I tried to restart the PC, closed everything… it didn’t help
My main html file is named:“index.html” and it’s set correctly in config.xml
tried to uninstall the app from the emulator, but also didn’t work.
note the android emulator has access to the internet, the other apps ex: browser are able to connect to the internet
Any ideas ?