Android emulator inside Docker container has no internet Android emulator inside Docker container has no internet docker docker

Android emulator inside Docker container has no internet


In my case the problem was that I had :

hw.gsmModem=no

In my $ANDROID_HOME/avd/config.ini file.

Removing that and re-starting emulator fixed the issue.