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 (2014) Basic Android Programming Adding the onClick() Method

My app will not open, it says unfortunately, fun facts has stopped.

After adding this in, my app will not open it keeps crashing.

Mine is doing the same thing. I've done the fun facts one twice now but i still get the error and it leaves no log about what went wrong.

2 Answers

It doesn't like the Holo.NoActionBar theme/ It says that I have to use an AppCompat theme once I switched back to Theme.AppCompat.NoActionBar it worked. That was in the styles.xml file.

Elie Haykal
Elie Haykal
8,163 Points

Make sure you have your ids set correctly

R.id.whatevername (check upper and lowercase)

Elie Haykal - That was one of the first things I checked, yet its still giving me that issue.