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 refer to for instructions.

Installing the plugin

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

1. Start Android Studio. 2. Go to File → Settings (Windows/Linux) or Android Studio → Preferences (macOS). 3. Select Plugins and go to Marketplace. 4. Type Genymotion in the box. 5. Click Install, then Apply and OK.

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:

1. Click Genymotion from the Android Studio toolbar.

2. Browse for Genymotion Desktop installation directory.

3. Default paths are:

4. Click OK.

5. Click Genymotion Device Manager.

6. Perform the following actions:

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

Running Android applications

1. Click Genymotion 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 Choose Device. The Choose Device window opens. 5. After a reboot or an unexpected halt of a virtual device, the virtual device name in the Choose Device window may become irrelevant. 6. Close and reopen the plugin to solve this. 7. Click on the virtual device you started or created. 8. Click OK.

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