7

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

lior.i
  • 573
  • 1
  • 7
  • 20
  • Facing the same problem here :/ – Varun Muralidharan Oct 19 '20 at 09:23
  • yes, I don't understand it. didn't fount nothing on line and no answer here. – lior.i Oct 21 '20 at 15:36
  • It often happened to me that I was unable to activate windows but the problem was that I had reduced them in size with the mouse :-) – Bronz Oct 21 '20 at 16:48
  • Thanks for the tip @Bronz, can you show me how you canceled the reduced size? – lior.i Oct 22 '20 at 13:03
  • 1
    If you really do not find what is wrong try looking for: Restore Default Layout in the window menu .... obviously you will lose all the customizations of other windows as well, but if there is no other solution. – Bronz Oct 23 '20 at 01:21

3 Answers3

9

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

1

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

Diego Palomar
  • 6,958
  • 2
  • 31
  • 42
1

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

lior.i
  • 573
  • 1
  • 7
  • 20