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) Pretty Little Things Adding an Image

My app can't run on the emulator

i follow the steps from the video. First day I was able to run the app on the emulator. After one day when I open Eclipse again and follow the step to add an image on the app. no bug was show on the Eclipse but I can't run my app on the emulator anymore.
it show Unfortunately Crystalball has stopped.

4 Answers

Try restarting your emulator. If that doesn't work, try a new emulator. You should also check out the videos about Genymotion under the Android Tools project. Genymotion is a 3rd party emulator that works much better than the stock AVD emulators.

I tried Genymotion for emulator and run the Theme Holo.black.noTitleBar.Fullscreen. still get the same result. I check the logCat and it shows that I need to use a Theme.AppCompat theme with this activity. The problem is that how can I use other themes?

BTW, genymotion emulator is way faster than the stock AVD!

I am having the same problem with the part right after where you are. none of my AVD's are working. might have to try that genymotion

Hey just wanted to let you know I got mine to start working. You will either need to download the project files, or do the workaround in the description under the video. I did the work around and it works perfectly now!

Ill tried Genymotion! thx!