How to print to the console in Android Studio?

后端 未结 7 1450
悲&欢浪女
悲&欢浪女 2020-11-29 16:57

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

7条回答
  •  -上瘾入骨i
    2020-11-29 17:54

    If your app is launched from device, not IDE, you can do later in menu: Run - Attach Debugger to Android Process.

    This can be useful when debugging notifications on closed application.

提交回复
热议问题