15

It seems that system.out will never be displayed in Intellij IDE, is that right? There's no output in Console and Logcat.

Thanks

LiangWang
  • 8,038
  • 8
  • 41
  • 54
  • If you mean Java EE applications, take a look at this: https://stackoverflow.com/questions/31656596/system-out-println-where-does-it-write-to-in-intellij-idea/45494495#45494495 – Hamid Mohayeji Aug 03 '17 at 21:10

1 Answers1

18

It is seen in the Run tab along with the command line to run the program:

enter image description here

maba
  • 47,113
  • 10
  • 108
  • 118