sometimes I prefer to output something to the
console (ja, I know there are better ways to
debug). But it doesnt work. For example, if I
modify a HelloWorld app to the following:
Using java Syntax Highlighting
- import android.app.Activity;
- import android.os.Bundle;
- public class HelloWorld extends Activity {
- /** Called when the activity is first created. */
- @Override
- public void onCreate(Bundle icicle) {
- super.onCreate(icicle);
- System.out.println("This is a test .... ");
- setContentView(R.layout.main);
- }
- }
Parsed in 0.033 seconds, using GeSHi 1.0.8.4
Nothing is printed to the console ? Any ideas what
I am doing wrong here ?
Thanks in advance,
greetz,
benny!



)


^^