siva wrote: > This is sivaram. I am newly shifted to google android mobile > application development. I am new to android sdk i have worked on some > example programs given in the api.
You may wish to join the [android-beginners] Google Group, if you are new to Android. > I dont know how to debug the code > line by line. I used to do this in java by using the System.out.println > () and print whereever i want to see the output But i am not able to > see the out put of System.out.println in adroid programs. Use the android.util.Log class, and you can view your output using adb logcat, DDMS, etc. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.9 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

