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 with Java Getting Started with Android Running the Fun Facts Project

Brandon Hoffman
Brandon Hoffman
3,642 Points

No "Logcat" On my Android Studio

I don't seem to have logcat option with my version of android studio (which is the most up to date version in 8/11/17 ~I think~) but I do have an "Android monitor" which seems to be the same thing. Will this be a big problem for me continuing the course?

4 Answers

Mark Halverson
Mark Halverson
5,749 Points

In Android Studio 3.0: View -> Tool Windows -> Logical

Same issue. I think they renamed logcat to event log.

Tomas Norvilas
Tomas Norvilas
1,072 Points

I can see that Ben is using Android Studio 3.0 Canary 3, but we been directed to download Android Studio v2.3.0. I guess that's why we don't have "Logcat".

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

Hi Brandon,

You might be accidentally hiding some of the messages. Have a quick look in the compiler to see which options are checked for hiding, for example "error" or "verbose" logs! :-)