LogCat Missing from Android Studio 3.1.3

前端 未结 5 2078
太阳男子
太阳男子 2021-02-13 01:40

I recently installed Android Studio 3.1.3 on my laptop in order to start learning android/mobile development (I am still new to all of this). The LogCat option seems to be missi

相关标签:
5条回答
  • 2021-02-13 02:17

    Just in case anyone stumbles upon this as I did: If you are developing a react-native app, be sure that you import only the android folder of the project. If you import the whole project, then among other things, logcat is nowhere to be found!

    0 讨论(0)
  • 2021-02-13 02:19

    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.

    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.

    0 讨论(0)
  • 2021-02-13 02:22

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

    0 讨论(0)
  • 2021-02-13 02:26

    You need to sync your project and then Logcat will show up

    0 讨论(0)
  • 2021-02-13 02:40

    Press Alt+6 inside Android Studio to open Logcat monitor.

    Then, Do the following steps:-

    1. Open Android Studio.
    2. Open Android Monitor Window(at the bottom of android studio).
    3. Here you will see the drop down in right corner.
    4. Select Show only selected Application.
    0 讨论(0)
提交回复
热议问题