Hi,

You must use android.util.Log (for instance Log.d("MyApp", "message")
and then use the logcat tab/view in Eclipse, or use adb logcat from
the command line.

On Sun, Jun 15, 2008 at 8:35 PM, Sylvester Steele
<[EMAIL PROTECTED]> wrote:
>
> hi,
>   I am trying to use System.out.print , but the console does not show
> any output. My exact line is:
> System.out.print(activity.getTitle().toString()); but I haven't had
> luck with any other System.out.print(*whatever*); statement either.
>
> 1. Is there a better way of doing this?
> 2. Am I doing something wrong?
>
> thanks,
> Sylvester
> >
>



-- 
Romain Guy
www.curious-creature.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to