-1

I am very new to Android Studio. And I am stuck at finding the logcat to make sure that my device is connected and is being recognized by Android Studio 3.1.4.

I can't seem to find the logcat at the bottom of the Android Studio 3.1.4. Where is it?

MatPag
  • 41,742
  • 14
  • 105
  • 114
  • 9
    Possible duplicate of [Restore LogCat window within Android Studio](https://stackoverflow.com/questions/16817566/restore-logcat-window-within-android-studio) – MatPag Aug 27 '18 at 19:11

2 Answers2

1

Follow these steps to find logcat in Android Studio

Android Studio ---> View ----> Tools Windows ---> Logcat

Bunny
  • 1,044
  • 12
  • 23
0

The combination of ALT+6 on your keyboard should open it on a windows computer. On a mac it would be accordingly CMD+6.

jle
  • 686
  • 1
  • 8
  • 24