Android: How can I print a variable on eclipse console?

SuperCop picture SuperCop · May 2, 2010 · Viewed 160.8k times · Source

I wanted to print the value of a variable on the console for my debugging purpose, but System.out.println doesn't work.

Answer

drawnonward picture drawnonward · May 2, 2010

System.out.println and Log.d both go to LogCat, not the Console.