I just downloaded Android Studio for Linux from: http://developer.android.com/sdk/installing/studio.html
I\'m wondering how to print to the console?
Neither
You can see the println() statements in the Run window of Android Studio.
println()
Run
See detailed answer with screenshot here.