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 Sending Messages Selecting Recipients

Milad The Computer Guy
Milad The Computer Guy
20,287 Points

Toast Error Message

So I have done all the stages, but when I run the program on emulator and when I Take a picture, instead of saving the picture, it gives me the general error message of my Toast code: "Sorry, There was an error" this is my code: }else if(resultCode!=RESULT_CANCELED){ Toast.makeText(this,"Sorry, there was an error", Toast.LENGTH_LONG).show(); I don't know what I have done wrong. Help Please