Issue
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
Answered By - salman khalid
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.