Emulator 28.0.17 is now available in the Canary and Dev channels.
Changes:
- Added support in the host engine for Wi-Fi peer-to-peer. Two emulators can now talk to each other directly via Wi-Fi if using the latest Pie Play Store image. To use, start two AVDs with the same -wifi-server-port and -wifi-client-port arguments:
- emulator @<server-avd-name> -wifi-server-port 9999
- emulator @<client-avd-name> -wifi-client-port 9999
- Added support for more webcams on Windows by taking any incompatible frame sizes and dynamically resizing them to fit the camera setting in the Android guest.