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 trialCheng-Hao Chang
12,976 PointsMy 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
Robby Emmert
5,546 PointsTry 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.
John Gill
2,580 PointsI 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
John Gill
2,580 PointsHey 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!
Cheng-Hao Chang
12,976 PointsIll tried Genymotion! thx!
Cheng-Hao Chang
12,976 PointsCheng-Hao Chang
12,976 PointsI 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!