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 trialRandy woodman
400 PointsEmulator not loading
There was not an AVD listed in my Android Virtual Device list. so I loaded and launched 5554 AVD_For_Nexus_One_by_ Google. which launched fine. However when I run my project it doesn't show on my emulator. any help would be appreciated. Thanks
4 Answers
Grant Hosticka
4,172 PointsHmm how about clicking on the apps button (bottom center) on the emulator phone and then opening your app from there?
Grant Hosticka
4,172 PointsMake sure your emulator is unlocked by dragging the unlock circle out. If that is not you problem check your run configurations.
Randy woodman
400 PointsHi Grant,
Thanks for the info. unfortunately, I had opened my phone. After reloading eclipse twice now. I am currently at the point where my project says success!! [2014-02-26 18:00:20 - RandyIsHot] Success! [2014-02-26 18:00:21 - Crystal] Starting activity com.example.crystalball.MainActivity on device emulator-5554
But it never shows up on my emulator??
Ben Jakuben
Treehouse TeacherHi Randy,
I don't have a good answer for this -- you can try restarting Eclipse and the emulator to see if it picks it up. I'd also check the logcat tab at the bottom of Eclipse to see if there are any error messages in there.
Your best bet, though, might be to switch to Genymotion instead of the default emulator. It's a 3rd party emulator that works much better (I use it a lot myself). I recorded a few videos about it about two months ago that can help you get set up. It doesn't take long. :) teamtreehouse.com/library/android-tools/getting-started-with-genymotion
Craig Boyer
2,032 PointsGrant's solution of using the app icon on the emulator worked for me.