Logcat tab missing from debug window in Android Studio

后端 未结 7 1128
逝去的感伤
逝去的感伤 2020-12-17 09:16

Somehow I closed the logcat tab from the debug window and now I am unable to get it back. In Run->Configuration->Logcat I have everything checked. I do have the logcat tab i

7条回答
  •  清酒与你
    2020-12-17 09:27

    While I would be a little late for the party, it has been a few years and new version of Studio.

    Today when you encounter the bug, your logcat would not be shown, to resolve this you would need to follow these steps:

    • Menu -> Build -> Make Project
    • in your settings.gradle comment out everything and sync.
    • uncomment everything and sync again.
    • Menu -> Build -> Make Project
    • Once the project build is done.. your Studio would be ready.

    I have encountered several different bugs related to this issue, this scenario covers most of these cases.

提交回复
热议问题