1

The logcat was displayed in the run tab at the bottom-left of the screen. But that is not showing the messages anymore after i updated the android studio and updated to the latest gradle version.

UPDATE:I am able to see the logcat in the Android monitor, but not in the run tab. So how to show the logcat in the run tab? As was displayed earlier...

Arunava
  • 353
  • 1
  • 4
  • 13
  • really? i also update same as yours but everything ok.. Have you invalidate/restart AS..or restart your PC? – ZeroOne Mar 06 '17 at 04:36
  • Yeah, im not getting it, its like all of a sudden the run tab went blank and is just displaying only the commands used to push the app to the device. – Arunava Mar 06 '17 at 05:06
  • You should edit some configurations. Check My Soloution [Here](http://stackoverflow.com/questions/42576606/android-studio-2-3-debug-shows-connected-and-disconnected-lines-but-nothing-in/43362994#43362994). – Alireza Noorali Apr 12 '17 at 13:19

1 Answers1

0

In android studio goto Tools->Android Device Monitor you got your logcat

Step 1: enter image description here

Step2 :enter image description here

If you want to add it on Main Windows of Android Studio :

enter image description here

vicky
  • 412
  • 4
  • 18