lior.i
lior.i

Reputation: 747

Missing Logcat in Android Studio 4.1

I recently installed AS in my windows machine, I try to see my logs in Logcat but can't find/activate the Logcat. I tried to follow the instructions here and there but still missing my log cat:

Attached the missing logcat from the Tool Windows

How can I found and activate the Logcat?

For now I'm using the AS Console to see the logs and it is very bad so I will appreciate any solution/tip/idea.

Thanks!!

Upvotes: 7

Views: 3969

Answers (3)

lior.i
lior.i

Reputation: 747

The solution that made the logcat appear in my android studio was to do all the needed updates in my android studio and then press on the framework configuration option that appear in the event log: event log framework configuration

Upvotes: 1

I had the same problem. I tried some recommendations of others similar posts, but it didn't work. I did this (The Event Log helped me!):

Open the Event Log and see the messages. I found a message like this:

enter image description here

Android Studio for some reason didn't find the Android framework configured

I clicked the link and then finally Android Studio showed me Logcat

Upvotes: 9

Diego Palomar
Diego Palomar

Reputation: 7061

Click on the menu View -> Appearance and then check that Tool Windows Bar option is ticked ;)

Upvotes: 1

Related Questions