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 trialPhillip B. Giustino
2,163 PointsCode Challenge: Making a Toast not working
When I go to this code challenge as soon as it loads it tells me that it's not working. Any one else having this issue?
Phillip B. Giustino
2,163 PointsI get the error and the green button says working before I can even enter my code in.
Phillip B. Giustino
2,163 PointsI have been watching the forums and it looks like there are a lot of other challenges having this issue as well. looks like I just need to wait fro support to fix this. Thanks
Ali Hamra
1,386 PointsYup, I've went through a code challenge and I got the same problem. They will fix it soon :]
Phillip B. Giustino
2,163 PointsThanks for the help! =)
4 Answers
Nate Meyer
3,887 PointsHey guys, everything should be back up and running. Sorry for the hiccup.
Felipe Donoso
3,742 PointsSame problem here. Can't continue without pass the challenges
22oldoldaccounttejasmanohar
Courses Plus Student 321 PointsCode challenges are down site-wide right now.
22oldoldaccounttejasmanohar
Courses Plus Student 321 Points@natemeyer Good to hear, but for the future, note that sandboxing the interpreter is important.
Ali Hamra
1,386 PointsAli Hamra
1,386 PointsPlease Post your code, this would help us easier to find your problem. Usually Toast looks like this
Toast.makeText(this, "Your Text", Toast.LENGTH_LONG).show();