You can use System.out - The output also appears on Logcat (not console) with a system.out tag.
On Feb 9, 9:56 pm, Sandeep Phansekar <[email protected]> wrote: > Instant of System.out.println(...) use Log.e(" class/method name ","Error > message"); > > And view the output in Logcat in Eclipse by the menus: > Window -> Show View -> Other -> Android -> Logcat > > > > On Tue, Feb 9, 2010 at 9:07 AM, eehksar <[email protected]> wrote: > > Hi All, > > > Am a newbie... > > > could anyone explain why my "System.out.println(...)" statements > > within the onCreate of an activity are not showing up in my console ? > > > pointers would be appreciated... > > > regards, > > > ps - using adt with eclipse for 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]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Regards > > Sandeep > +91 9869736672 -- 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

