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

Ian Z
Ian Z
14,584 Points

"Unfortunately, Ribbit has stopped" What does this mean? How do i fix it? (Modifying Tabs from the Template video)

I followed all the teacher notes in Modifying Tabs from the Template to update the app for Android Studio. Right away when i launch it i get the "Unfortunately, Ribbit has stopped" error on the screen. But i dont see any compiler errors or other error thingies. How do i fix this if i have no hints on where to start?

1 Answer

Ian Z
Ian Z
14,584 Points

okay i found it, problem was requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); needed to be before super.onCreate(savedInstanceState); in Login and sign up activities