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

How to fix Android Studio AVD Manager Emulator Unfortunately Interactive Story has stopped message. Basic Android Track

I have tried many different emulator versions and they all do the same. I have tried File >Invalidate Caches/Restart and nothing helps. Do you have any suggestions? I've checked stack overflow and forums.

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

That message usually indicates a problem with the app, not the emulator. The "Unfortunately APP has stopped" should also have an accompanying stacktrace in logcat. Scanning up the trace for classes you wrote, not Android system classes, should show you where the error occurred. This will give you a starting point to debug the app's code.

Seth, Thanks for the tips. I did have one syntax error and a second root cause of the haxom service needed to be updated. It looks like i'm fixed for now. Thanks again!