

Note that you may need to change -avd Pixel_2_API_28 part (with your own Virtual-Device name).Īlso, most tools use ANDROID_HOME environment-variable name, hence define that (if not already), but nowadays ANDROID_ROOT is yet another naming-option.

Or for MacOSX: $ANDROID_HOME/emulator/emulator -netdelay none -netspeed full -no-snapshot-load -avd Pixel_2_API_28 In case you start Emulator through command, pass -no-snapshot-load option, like: %ANDROID_HOME%/emulator/emulator.exe -netdelay none -netspeed full -no-snapshot-load -avd Pixel_2_API_28 Lo and behold my emulator has internet connectivity again! Command-line approach After trying many of these solutions, I was going to just delete my current AVD and make it again, but when I clicked the down arrow on the AVD, I noticed "Cold Boot Now".
