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 trialAlex Alpert
7,538 PointsGetting an error
Im pretty sure im doing this challenge right but i keep getting this error
JavaTester.java:2: package android.util does not exist import android.util.Log;
whats this mean?
5 Answers
Nathan Williams
Python Web Development Techdegree Student 6,851 PointsHi Alex,
Thanks for posting this, and sorry for any inconvenience you experienced.
We're in the process of rolling out some improvements to our code-challenge system to provide more reliablility and faster feedback on code submissions, and we've been running the new system in tandem with the old system tonight for testing before taking it live.
It looks like some of the challenges may have been having some trouble on the new system, so we shut them down while we investigated. This issue should be fixed now, so go ahead and give it another shot.
Thanks again for bringing this to our attention, and happy coding!
Regards,
Nathan W
Erin Kabbash
5,210 PointsTry organizing your imports. Press ctrl + shift + o if you are on windows and it will do it automatically for you. Then save and try to run again. Let me know if that helps!
Alex Alpert
7,538 PointsOh man it worked! thanks i didnt even think about that
Alex Alpert
7,538 Pointswell it worked for the first challenge but it doesnt for the second and i get the same problem
Alex Alpert
7,538 Pointsthanks its all working perfectly now, was getting java learning withdraws!