Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!!

like image 352
lior.i Avatar asked Jul 24 '26 04:07

lior.i


2 Answers

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

like image 97
Gabriel Patricio Bonilla Avatar answered Jul 26 '26 19:07

Gabriel Patricio Bonilla


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

like image 22
Diego Palomar Avatar answered Jul 26 '26 19:07

Diego Palomar