It seems that system.out will never be displayed in Intellij IDE, is that right? There's no output in Console and Logcat.
Thanks
Run tool window The Run tool window displays output generated by your application. If you are running multiple applications, each one is displayed in a tab named after the run/debug configuration applied. If you re-run an application, the new output overwrites the contents of the tab.
In IntelliJ IDEA, type sout and press the Enter or Tab button from your keyboard to generate System. out. println() automatically.
Preferences/Settings -> Editor -> General -> Console , check the box next to Override console cycle buffer size , set to a larger number than 1024 KB.
It is seen in the Run
tab along with the command line to run the program:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With