chinna Durai wrote: > When i print any output to the console using System.out.println() or > when i use the Log class for debug, it is not printing on the eclipse > console.
AFAIK, it is not supposed to. Don't use System.out or System.err in Android apps -- use android.util.Log. If you absolutely need to see stdout/stderr output (e.g., 3rd-party JAR), visit: http://developer.android.com/guide/developing/tools/adb.html and read the "Viewing stdout and stderr" section. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Beginning Android_ from Apress Now Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---