Enabling WiFi on Android Emulator

Wifi is not available on the emulator if you are using below of API level 25.

When using an AVD with API level 25 or higher, the emulator provides a
simulated Wi-Fi access point (“AndroidWifi”), and Android
automatically connects to it.

More Information:
https://developer.android.com/studio/run/emulator.html#wifi

Leave a Comment