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 (retired 2014) Learning the Language Comments and Empty Strings

Logan R
Logan R
22,989 Points

Starting the emulator

I don't know if I am doing something wrong but when I start my emulator, it loads and everything, but the crystal ball app doesn't update when I save it. I have to manually restart the emulator to get it to update.

1 Answer

Michael Ikhane
Michael Ikhane
2,390 Points

Hi L R,

Check Eclipse console for any errors. Just to be sure your settings are right, go to the Run Configurations for you project and select the target tab. Select the 3rd option to auto pick a selected AVD. Sometimes restarting Eclipse might just do the trick.

Cheers