Restore Logcat Window Within Android Studio

Restore LogCat window within Android Studio

I think I still can find logcat in my installation of 0.1.1

Try pressing Alt+6 on Windows or CMD+6 on Mac.

Logcat tab missing from debug window in Android Studio

I think with the release of Android Studio 1.4 the logcat tab has been removed from the Debug view. Now I believe the only place to access it is by opening the Android Monitor view by pressing Alt+6 on Windows or CMD+6 on Mac.

Release notes of Android Studio 1.4 Beta 3 allude to this:

Logcat view mostly rewritten to address a number of stability and usability bugs

Missing Logcat in Android Studio 4.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:

Sample Image

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

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

LogCat Missing from Android Studio 3.1.3

I know it is an old question, but I encountered this problem at least twice so it might help someone.

The problem seems to be the path of the project you're looking at.
It should be pointing to the folder containing the 'app' and 'gradle' folders inside your project.

  1. Go to File > Open
  2. Select the folder with the 'app' folder inside your project
  3. Press 'Open'

If you see something like this you can now probably open the Logcat window with alt-6 or View->Tool Windows.

Logcat UNLOCKED

Note that for some reason, it didn't work for me at first until I opened the app folder, run a build and then opened the folder containing the app folder.

Android studio how to put the logcat window back to original place

It's easy. See the picture below:

screenshot

Re-attach logcat window

Have you tried just dragging it?

Try this



Related Topics



Leave a reply



Submit