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

7 months ago - Updated

Most developer tools can communicate with Genymotion Cloud SaaS via ADB. To do so, install and setup gmsaas tool to connect your virtual device to ADB: To do so, install and setup gmsaas. For instructions, please follow gmsaas tool user guide.

1. Install and setup gmsaas. For instructions, please follow gmsaas tool user guide. 2. Log in gmsaas with command:

gmsaas auth login <your account email>
3. Launch the device(s) you wish to connect. 4. Connect the device(s) to ADB with the command:
gmsaas instances adbconnect [--adb-serial-port PORT] <instance_uuid>
If you get the error message Adb tunnel communication failure it is probable that the sdk path has not been set properly. 5. If successful, the command adb devices should return localhost:[PORT] for each connected devices. For more details, please refer to gmsaas user guide.

Was this article helpful?

3 out of 5 found this helpful

Need more help? Request Technical Support

Return to top

Related articles