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 trialPhil Frost
970 PointsWhen I try to start the app in the emulator, it just tell me "Unfortunately, Fun Facts has stopped."
That just happend since I was doing this array lesson
1 Answer
Gunjeet Hattar
14,483 PointsIt's because something went wrong in the code or the connection to emulator broke down.
Can you look in your Android logcat and tell us what errors you see there? May be copy paste them here.
Or simply paste the code here so that we can have a look
Phil Frost
970 PointsPhil Frost
970 PointsI already fixed the code, I just wrote "fact.length" instead of "facts.length". But thanks your your help anyway^^