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

