I am having network connectivity issues when running flutter apps with the Android studio emulator. I am not talking about accessing the internet on the emulator, my actual computer that is running android studio, loses all network connectivity.
When running android studio emulators with flutter apps I get the following:
flutter doctor -v it states there is an issue with the HTTP HOST.
I can not access any webpages via the chrome browser or safari.
Ping in terminal shows no connectivity.
I can run the flutter apps on IOS emulators with no problems.
I have tried deleting and reloading the emulators.
Any help on how to fix this would be appreciated.