[Solved] In my Android studio monitor showing on bottom but logcat nothing to show


Your Logcat is most likely in Window mode by itself, detached from Monitor. Best way is to:

  1. Reduce size of main Android studio window to smallest (not minimize)
  2. Minimize all aps (Win+D)
  3. Click on on Android studio in OS taskbar
  4. Look for your missing logcat window on screen(s)
  5. Drag-and drop logcat window to android monitor, by draging logcat tab

It can be very small, like this:
enter image description here

0

solved In my Android studio monitor showing on bottom but logcat nothing to show