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 Simple Android App (2014) Testing and Debugging Making a Toast

Phillip B. Giustino
Phillip B. Giustino
2,163 Points

Code 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?

Ali Hamra
Ali Hamra
1,386 Points

Please 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();

Phillip B. Giustino
Phillip B. Giustino
2,163 Points

I get the error and the green button says working before I can even enter my code in.

Phillip B. Giustino
Phillip B. Giustino
2,163 Points

I 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
Ali Hamra
1,386 Points

Yup, I've went through a code challenge and I got the same problem. They will fix it soon :]

4 Answers

Hey guys, everything should be back up and running. Sorry for the hiccup.

Same problem here. Can't continue without pass the challenges

Code challenges are down site-wide right now.

@natemeyer Good to hear, but for the future, note that sandboxing the interpreter is important.