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 Adding a Progress Indicator

Build a Self-Destructing Message Android App doesn't works in my Samsung Galaxy S3...

Hello, I'm currently on Build a Self-Destructing Message Android App series. On the first section, my Samsung Galaxy S3 with android version 4.3 is woking fine and installing apk completely. But when I completed section 2, that end of adding a progress indicator lecture. My project files is downloaded from the section 2 end of the series, and I believe the files would work the same way in the video. So everything looks good, every compiled completely, no errors, no unused codes, everything seems works fine. But When I try to installing apk into my Samsung Galaxy S3 (Android 4.3), my applications crash on the first screen. The error tells me Cannot start the LoginActivity... something... I didn't touch any codes, I exactly download from website.. Why ?

1 Answer

Nick Edwards
PLUS
Nick Edwards
Courses Plus Student 15,766 Points

Hi Ellis,

Can you post the contents of the errors in the LogCat, all of LoginActivity.java and activity_login.xml? It could provide a clue as to what might be going wrong.

Don't forget to use Markdown to format the code so it's easier to read :)