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

Ribbit "Up" Button to go back exits app entirely

The "up" button that is in the top left hand corner of the app after I enter the SignUpActivity just totally exits my app. When I check LogCat, the error I see is:

03-10 20:00:46.669: I/Choreographer(9604): Skipped 54 frames! The application may be doing too much work on its main thread. 03-10 20:00:46.749: W/IInputConnectionWrapper(9604): showStatusIcon on inactive InputConnection

Halp me please!

2 Answers

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

Which video are you on? We cover that in Navigating with Back and Up, which should work correctly after you finish that video.

If you're done with that video post your code and we'll take a look. :)

I realized what my issue was- I was clearing and starting a new task even though I didn't necessarily need to at this point. Thanks, Ben!