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 Blog Reader Android App Exploring the Master-Detail Template Blog Reader Project Overview

Alex Alpert
Alex Alpert
7,538 Points

Getting 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
seal-mask
.a{fill-rule:evenodd;}techdegree
Nathan Williams
Python Web Development Techdegree Student 6,851 Points

Hi 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
Erin Kabbash
5,210 Points

Try 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
Alex Alpert
7,538 Points

Oh man it worked! thanks i didnt even think about that

Alex Alpert
Alex Alpert
7,538 Points

well it worked for the first challenge but it doesnt for the second and i get the same problem

Alex Alpert
Alex Alpert
7,538 Points

thanks its all working perfectly now, was getting java learning withdraws!