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 Self-Destructing Message Android App Adding Users Using Parse.com Creating a New User on Parse

Kevin Gonzales
Kevin Gonzales
4,638 Points

App registers Users, but crashes.

So when ever I click register in my analytics I gain a new User, however at the same time when the sign up button is pressed the app crashes.

06-18 11:37:48.596 4997-5004/? E/artοΉ• Failed sending reply to debugger: Broken pipe

that is whats in red in my logcat.

In addition the crash maybe because I did not create a separate java file for the on create method that we put all that parse.com stuff, I used the on create method of the main activity- because when I did it in the separate java file my tests failed (I got no data) It might be because I am using android studio and he did something with the Java file we created in the manifest but I had no idea how to do what he did in android studio since the manifest is different.

Help please.