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
If your app is launched from device, not IDE, you can do later in menu: Run - Attach Debugger to Android Process.
Run
Attach Debugger to Android Process
This can be useful when debugging notifications on closed application.