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 trialUnsubscribed User
5,729 PointsApp crash
hey, I am using Android studio ver 1.0.1, I created the Interactive story app same as Ben and tried running it but when I get it on my device it crashes on the start even though I rechecked that I added my other activity to the AndoridManifest file...still it crashes there are no current gradle built errors or anything
orbyt
10,358 PointsIf the app is crashing you should be getting an error in logcat. Make sure your not filtering any results in logcat.
Ben Deitch
Treehouse TeacherBen Deitch
Treehouse TeacherHmm this is tough without some more information. Is there an error in the log? Maybe post some code if you recently made some code changes.