How to connect to a Genymotion Desktop virtual device remotely with ADB

How to connect to a Genymotion Desktop virtual device remotely with ADB?

This article describes how to connect to a Genymotion Desktop virtual device remotely using ADB on Windows, Linux, and MacOS.

Windows and Linux

This section explains how to connect to a Genymotion Desktop virtual device remotely using ADB on Windows and Linux.

MacOS

VirtualBox hypervisor is not available on mac M series and the "Bridged Network" mode has not been implemented yet.

However, it is possible to forward TCP port using socat tool:

Related articles