0

I use Android Studio version 3.6.3 on my macOS Version Catalina, when I run my program use dart programming language inside my android studio, my logcat button is not shown or disappear on my android studio, by the way, I use API 30 for created my app with the dart.

this is my android studio screenshot :

enter image description here

enter image description here

how can it be like that, anyone can explain.

2 Answers2

1

you can open up the LogCat window by pressing Alt+6 on Windows or CMD+6 on Mac.

Or you can click View > Tool Windows > LogCat

enter image description here

After that, your LogCat button will be staying at the bottom like before.

UPDATE

If you still can't find it, click the rectangle bottom in the bottom-left corner:

enter image description here

Or if it's still doesn't appear, click the Event Log at the bottom-right corner.

Let me know if it's helpful

hisam
  • 1,566
  • 1
  • 7
  • 21
0

Simply, goto View > Tool Windows > LogCat

and here's your Logcat window.

Ankit Gupta
  • 512
  • 1
  • 6
  • 19