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.
To solve this issue I had to do the following.
From the terminal I ran: brew uninstall android-sdk
Then I used terminal to completely uninstall android stuido from my mac, referencing this post: How to completely uninstall Android Studio on Mac?
I downloaded and reinstalled android studio and the emulators.