0

As the title says, Android Studio doesn't show me the logcat info while using the emulator. If I connect my device directly, it runs with no problem. What could be the cause? I'm using Android Studio 3.5.3.

Tried everything, Invalidate Cache/Restart LogCat. Nothing seems to work.

Andrii Artamonov
  • 622
  • 8
  • 15
AndrewHoover898
  • 159
  • 1
  • 9

1 Answers1

2

Have you selected here correct device (emulator instead of your phone)?

enter image description here

Panicum
  • 794
  • 1
  • 9
  • 32
  • Also, make sure that you have no leftover searches or filters enabled on the same panel, that don't correspond to any valid results anymore. – Nikos Hidalgo Jan 20 '20 at 17:16
  • Yes, I already made sure the emulator is selected and not the phone. Even unplugged it. Also I selected the running application but to no avail. – AndrewHoover898 Jan 20 '20 at 18:34