Re: [android-developers] How to Printf in Android development ??

2012-01-16 Thread Mark Murphy
On Fri, Jan 13, 2012 at 4:19 PM, Haider Ali wrote: > Can any one help me how can I Print some line in Console ??? There is no console. For logging purposes, use android.util.Log, to log messages to LogCat, which you view using DDMS or the adb logcat command. -- Mark Murphy (a Commons Guy) http:

[android-developers] How to Printf in Android development ??

2012-01-16 Thread Haider Ali
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 andro

[android-developers] How to "printf" in android development

2010-09-03 Thread xi developer
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