Skip to content Skip to sidebar Skip to footer

Android Avd Wifi Error

In the Android AVD I can surf the internet through the browser, but I can't turn the wifi on, and I also set using wireless network and GPS satellites. Anybody know? AND: I have do

Solution 1:

You can not use WiFi Connection or GPS in Emulator. Emulator is just a software for testing purpose. When you are opening any site in the emulator, by default it uses your computer's internet connection, this is the reason you are able to open any site in the emulator.

However you can simulate GPS in Emulator by inserting .GPX file which contains lat-lon details. you can see an example of gpx file, how it works.

You can find the gpx in DDMS window, like below image,

enter image description here

Solution 2:

AVD Does not contain Wifi Hardware. If you want to emulate GPS then use android Emulator

Post a Comment for "Android Avd Wifi Error"