Release Notes

Genymotion Desktop 3.0.3 (October 8th, 2019)

We have updated the bundled adb to version 1.0.41.

Deprecation notice

Gmtool is going to be removed from the next feature version of Genymotion Desktop: 3.1.0. We encourage all gmtool users to switch to Genymotion Cloud SaaS for their continuous integration needs. Genymotion Cloud SaaS has its own tool to manage virtual devices: gmsaas. If you need any help to migrate, do not hesitate to contact us.

Genymotion Virtual Devices 2.14

New Genymotion Virtual Devices version 2.14 have been released. Those are the devices used by Genymotion Desktop and Genymotion Cloud SaaS.

What’s in the box?

This release includes the following changes:

Deprecating older Android versions

We are deprecating Android 4.1, 4.2 and 4.3 support. Genymotion Desktop 3.0 can create devices with those Android versions (using Genymotion Virtual Devices 2.13). But they won’t be available in Genymotion Desktop 3.1. If you rely on such devices, we recommend migrating your setup to at least Android 4.4.

Availability

These new devices are now available for Genymotion Desktop 3.0 users and Genymotion Cloud SaaS.

Genymotion Cloud PaaS 7.0 (July 10th, 2019)

Android versions

Features

Corrections

gmsaas 1.1.0

Improvement

A new command: logzip

This new command will gather all gmsaas logs into one ZIP file. This file is named like gmsaas-logs-YYYYMMDD-HHMMSS.zip, and generated in the current directory. Whatever your problem is, the logs are handy to help us investigate on any issue you may have found when using our SaaS product. Just follow the steps below:

gmsaas 1.0.0

A command-line tool to rule all your virtual devices, host in our Cloud SaaS solution.

Getting started

Requirements

Install step

pip3 install gmsaas

Configuration step

gmsaas config set android-sdk-path <AndroidSDKPath>

Options list

--help Lists all commands and options. Used with any command: prints its specific help message.

--version Prints the current gmsaas version.

Commands list

auth [login|logout|whoami] Manage your Genymotion Cloud SaaS credentials to access your Cloud virtual devices.

config [get|list|set] Manage your Genymotion Cloud SaaS configuration properties.

instances [adbconnect|adbdisconnect|list|start|stop] Manage your Android virtual devices hosted by our Genymotion Cloud SaaS solution.

recipes [list] List all recipes to create a Android virtual device hosted by our Genymotion Cloud SaaS solution.

Genymotion Desktop 3.0.2 (April 18th, 2019)

Corrections

We have fixed an incompatibility with the adb tool bundled in the platform-tools 28.0.2 package of the Android SDK, which caused failures to start virtual devices.

This new version of adb changed the behavior of the “adb connect <device>:<port>” command by making the “port” part mandatory. This broke Genymotion Desktop in a few places where it did not pass the port. We have adjusted the way we call “adb connect” and also updated the version we ship with the product to match the one in platform-tools 28.0.2.