Reputation: 747
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:
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
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
:
Upvotes: 1
Reputation: 742
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
Upvotes: 9
Reputation: 7061
Click on the menu View -> Appearance and then check that Tool Windows Bar option is ticked ;)
Upvotes: 1