On Fri, Jan 13, 2012 at 4:19 PM, Haider Ali <[email protected]> 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://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in DC: http://marakana.com/training/android/ -- 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

