Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Steven Haynes
Courses Plus Student 637 PointsFunFacts wont open
When i click my FunFacts app on my emulator, a message pops up saying "Unfortunately, FunFacts has stopped". any suggestions as to where i have went wrong?

Danial Goodwin
13,247 PointsWhat is the error message? If you are using Android Studio, then the shortcut is Alt + 6
, which will open the "logcat". The error message will be displayed there at the same time as the crash and that popup error message.
Daniel Hartin
18,106 PointsDaniel Hartin
18,106 PointsHi Steven
An chance you could post your java and XML code please, I would hazard a guess and say you have referenced the incorrect layouts in your onCreate() method, but it is impossible to know for sure without your code
Thanks Daniel