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 an Interactive Story App (Retired) User Input Using EditText for Text Input

Is this one course old? Because it doesnt work for me anymore

I am using everything the same but if I want to start it on my s6 it says "Interactive Story stopped working" does someone know the answer to this?

Seth Kroger
Seth Kroger
56,413 Points

There's going to be a long error message in logcat. It will exactly what method it was in and the line of code it was on when it crashed, and which method called that method, etc. Scan down the the message until you see the first line that mentions one of your code files. That should show you where error happened.