To debug your android application, use the DDMS view in your eclipse.
Use android.util.Log.d("text", "text") to display tagged texts.try a few google searches. -- Cuil On Tue, Mar 15, 2011 at 9:49 AM, kajal patil <[email protected]>wrote: > Hi All, > Actually i didn't get.i developed an android application but how to > display message on console of eclipse.I dn't know the exact syntax to > display message on console. > Thank you. > > On Tue, Mar 15, 2011 at 9:39 AM, Damien Cooke <[email protected]>wrote: > >> Hi Kajal, >> Best place to start, I have found, is the beginning hence take a read >> through this: >> >> http://developer.android.com/resources/tutorials/hello-world.html >> >> Regards >> Damien >> >> On 15/03/2011, at 2:26 PM, kajal patil wrote: >> >> Hi all,. >> I am developing an android application.I used >> system.out.println("message") to display message in logcat.But i did not get >> in logcat.I don't knw that whether system.out.println("message") is correct >> way.I need it for my project.Please kindly suggest solution. >> Thank you. >> >> -- >> 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 > > > -- > 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

