Search code examples
androidandroid-emulatorwifiandroid-wifiemulation

Enabling WiFi on Android Emulator


How to enable WiFi on Android emulator? I have tried to find this but everyone is confusing WiFi with 3G.


Solution

  • 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