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 missin
Solution 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:
Android Studio for some reason didn't find the Android framework configured
I clicked the link and then finally Android Studio showed me Logcat
Solution 2:
Click on the menu View -> Appearance and then check that Tool Windows Bar option is ticked ;)
Post a Comment for "Missing Logcat In Android Studio 4.1"