Can someone tell me clearly from where i can view the android error stack trace? i tried searching , but never found a clear-cut answer

Thanks

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

Stack traces are exposed via LogCat, either in an IDE window, or via adb logcat on the command line.

link|improve this answer
feedback

Print your stack trace and check the message in the Logcat (using DDMS) tool.

For more info about debugging, see this article.

link|improve this answer
feedback

In eclipse you have the logcat view.

If you can't see it go to : Windows > Show View > Others and in the box look for the Android folder you'll see the LogCat view.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.