Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Android Tools Getting Started with Genymotion Creating a Genymotion Emulator

Dylan Merritt
Dylan Merritt
15,682 Points

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.

3 Answers

You need to make sure that an instance of the Genymotion emulator is running at the time you start the application. It should then be listed under running emulators.

What I usually do is run genymotion first outside of Android studio (that's because you need to do some configurations in order to get genymotion running from android studio and I didn't want to do that.) So what you do is find genymotion in your programs and run it, you have to create a new emulator - device on genymotion, the same way you do in android studio. Then select it so it can open and then when you run your application in android studio you will see genymotion in "select running device". I hope this helps in some way.

Harry James
Harry James
14,780 Points

I sometimes get this problem. To fix it, open up the DDMS Perspective and Reset the adb. This gif I put together shows you how to do this (If for any reason you can't access this, I have also provided step-by-step instructions below).


To do this, open the DDMS view (If you do not already have this available, use the Open Perspective button next to Java. Then, hit the dropdown arrow by Devices and then Reset ADB.


Let me know if this makes any difference for you or not. Hope it helps! :)