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 trialSteven 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