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 Build a Simple Android App Getting Started with Android Running the Fun Facts Project

emulator does not launch at all

When i click on the run button the emulator does not load at all. It might be the case that emulator is slow...but on an average how much time does it take to an emultor to load?

Suleyman Orazgulyyev
Suleyman Orazgulyyev
Courses Plus Student 5,798 Points

I believe that built-in Android Emulator is pretty slow, I used it at first. Try using Genymotion: https://www.genymotion.com/fun-zone/ From my experience I found it to be much faster.

2 Answers

Jason Wiram
Jason Wiram
42,762 Points

Genymotion is an option, but the built-in android device emulator is much better and faster than it used to be. From Android Studio, try launching an emulator using the AVD (Android Virtual Device) Manager. This should let you set up whatever device you want. You can then start it running from there. Once it's up and running, you can then try to run your app. It should launch quickly since the virtual device will already be ready.

Prayank Swaroop
Prayank Swaroop
595 Points

Goto Preferences -> Android SDK -> SDK Tools -> Install Android Emulator. This solved the problem for me.