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. 回答1: 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 回答2: Apparently it does not and I didn't quite expect it would. HOWEVER