I installed Genymotion and a plugin for Android Studio, click run on the project as a result after clicking "create AVD" knocks out a standard emulator enter image description here

Here is my Edit configurations enter image description here

    1 answer 1

    You need:

    1. Create a virtual device in Genymotion .
    2. Run the Genymotion emulator (via Genymotion itself or via the studio plugin)
    3. Run project ( run ) - the running Genymotion emulator will appear in the selection list on which device to start the project.
    • Thank you, but unfortunately the same. imgur.com/a/fCeSm - Markus Soarez
    • one
      I chose "Show Device Chooser Dialog" in Edit Configurations, it worked! Thanks for the help) - Markus Soarez