Hello.
Installed genymotion for android studio. But when you start the compilation in the list does not appear virtual device.

Hello.
Installed genymotion for android studio. But when you start the compilation in the list does not appear virtual device.

I know that the theme is already dead, but still, you still have to go to the Genymotion settings and set the ADB -> Use custom Android SDK tools -> Path to the SDK from Android studio. After it worked for me.
If he does not see in adb , you can transfer files in the old manner:
find in the project folder app/build/outputs/apk/app-debug.apk , this will be your apk , move the apk to the genymotion window, it will deliver it - use.
If you do not have the apk folder in the specified directory (and, accordingly, the app-debug.apk file), in the top menu of Android Studio, click Build-> Build APK.
If you installed only Genymotion itself, it will not recognize the virtual device in android studio. It is necessary to install the Genymotion plugin for android studio.
Source: https://ru.stackoverflow.com/questions/375333/
All Articles