Use log ! 2012/1/17 unicus unicus <[email protected]>
> Use System.Out.println.. > -- > More info, > http://androidbasic-answer.blogspot.com/ > > > > On Tue, Jan 17, 2012 at 3:05 PM, Indicator Veritatis <[email protected]>wrote: > >> What 'Console'? Are you referring to DBMS output? In that case, as >> others have alreeady answered, use android.util.Log, either Log.d or >> Log.w methods. There is no 'console' on the device itself, output >> should instead go to a View. >> >> On Jan 13, 1:19 pm, Haider Ali <[email protected]> wrote: >> > Hello every one, >> > >> > Can any one help me how can I Print some line in Console ??? >> > It is not working through printf(); ????? >> > >> > Best Regards >> > Haider Ali Ch. >> >> -- >> 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 >> > > > > > > -- > 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 > -- - Marcelo Henrique - "Se não puder se destacar pelo talento, vença pelo esforço." (Dave Weinbaum) -- 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

