Use:

Log.d("my tag" ," here we are");

System.out etc does not work in Android AFAIK.

Then look at it in DDMS (its a special debugger, but very good when
you find it).
Works in emulator and device.
Droid
:)


On Sep 2, 5:04 pm, xi developer <[email protected]> wrote:
> I just notice that in android app. development( I use Eclipse as my
> IDE), if I have a statement "System.out.printf("hello")", it wont show
> anywhere, either console or LogCat, How can I see the output of
> "printf" in android app. development??

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to