Search code examples
androidemulationgenymotion

I can't get genymotion to run my app


I am using Android Studio, and I have the Genymotion plugin installed. When I click on the plugin, it opens the emulator without issue. However, when I attempt to run my app, the Genymotion emulator does not show up as an available option.

I searched for this problem before and no specific answer was given till now

thanks in advance :)


Solution

  • Try restarting ADB.

    adb kill-server;adb start-server