Android wireless adapter support in emulator

I need to configure a wireless adapter to configure adhoc network on top of Android phones. I need a way to test it on an emulator, but I heard that it has no support, so access to it is impossible. Is there a way I can do this? Reconfiguration is performed at runtime by the library file by executing low-level commands.

In simpler words, I need a way to connect 2 or more Android virtual devices using wifi adhoc

+4
source share
1 answer

The emulator does not imitate any form of WiFi. It emulates a common internet connection.

Also, as Marvin, AFAIK points out, you cannot do ad-hoc mode with Android other than the built-in hardware. Therefore, most likely, you will need to purchase two devices that you can root.

+3
source

Source: https://habr.com/ru/post/1392098/


All Articles