How to use Android Studio, Eclipse, VS Code, JetBrains Rider or any other IDE with Genymotion SaaS?

How to use Android Studio, Eclipse, VS Code, JetBrains Rider or any other IDE with Genymotion SaaS?

Most developer tools can communicate with Genymotion Cloud SaaS via ADB.

ADB (Android Debug Bridge) is a tool that lets developers communicate with Android devices from a computer.

gmsaas is the Genymotion SaaS command-line tool to connect virtual devices to ADB.

To do so, install and setup gmsaas tool to connect your virtual device to ADB:

gmsaas auth <your account email>

gmsaas instances adbconnect [--adb-serial-port PORT] <instance_uuid>

Related articles