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 trialJoseph Hooper
13,478 PointsApp crashes when taking video
Hey guys I've been getting the null pointer exception a few others have been getting when trying to take a video and then send it. The app crashes when I try to send a video I took, but it sends everything else. From what I can tell my code looks identical to the project file. I logged the code and right before I start the activity the video Uri attached to the intent is there, but when I retrieve it from recipients activity it's null. As for now i'm chalking it up to a compatibility issue but, if anyone has any suggestions fling them my way.