Genymotion Plugins

> The Genymotion plugin for Eclipse is no longer maintained. We no longer support, nor distribute it.

This section gives you information about Genymotion plugins for Android Studio.

Genymotion plugin for Android Studio

The Genymotion plugin for Android Studio allows you to test your application developed with the Android Studio IDE. It uses ADB to connect to any active virtual device and push your application.

This section explains how to install, use the plugin and run Android applications.

Pre-requisite

You need to set Genymotion Desktop to use the same Android SDK tool (adb) as Android Studio. Please see ADB chapter for instructions.

Installing the plugin

1. You can install Genymotion plugin for Android Studio from AS marketplace:

Using the plugin

Genymotion plugin icon is displayed in the toolbar, which is hidden by default. To display it, click View → Appearance and select Toolbar (View → Toolbar for older versions).

To start using the plugin:

You can perform the following actions:

The virtual device activation status is displayed in the Status column. Values can be:

Running Android applications

1. Click from the Android Studio toolbar. 2. Select the virtual device you want to use and click Start. 3. Close the Genymotion window. 4. In your application project, click Run. The Choose Device window opens.

After a reboot or an unexpected halt of a virtual device, the virtual device name in the Choose Device window may become irrelevant. Close and reopen the plugin to solve this. 5. Click on the virtual device you started or created. 6. Click OK.

While Genymotion plugin window is open, errors are displayed in the Android Studio console.

Back to top