Android studio logcat not working

前端 未结 20 2329
迷失自我
迷失自我 2020-12-16 09:55

There is very awkward thing I am facing logcat is shown in debugging application but while running(not debugging) application it is not showing logcat .

I tried rest

20条回答
  •  清酒与你
    2020-12-16 10:27

    I had the same issue, and I resolved it by the following actions:

    First, open the terminal in android studio and navigate to the following path:

    C:\Users\user_name\AppData\Local\Android\Sdk\platform-tools

    Second, enter the command: adb reboot.

    It takes about 2 minutes, but now logcat is functioning again and showing every logcat.

提交回复
热议问题