0

I am trying to System.out.println some debug statement but it won't appear on the console. I know I have the correct console open because it shows "Installing apk" and other messages when running the program. And the System.out.println statements are reached in my code. I tested it out by using Toasts and it is reached. Any help?

Sotirios Delimanolis
  • 274,122
  • 60
  • 696
  • 724
user2779837
  • 301
  • 3
  • 15

2 Answers2

1

When working with android you should use android.util.Log and look on the Logcat window.

shem
  • 4,686
  • 2
  • 32
  • 43
0

Check Logcat output, it should be there in Logcat

Vishal Pawale
  • 3,416
  • 3
  • 28
  • 32