On Sun, Jul 18, 2010 at 10:43 PM, Emmen Farooq <[email protected]> wrote: > you mean the tab thing should be a problem ?
I mean that in computer programming, when you encounter a crash, you need to determine what is causing the crash. In Java, that usually involves examining the stack trace. In Android, you use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine the stack trace. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

