LiangWang
LiangWang

Reputation: 8856

Where to find the output of "system out" in Intellij IDE?

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

Thanks

Upvotes: 15

Views: 25312

Answers (1)

maba
maba

Reputation: 48105

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

enter image description here

Upvotes: 18

Related Questions