I\'m trying to develop an application for Android, but I\'m having difficulties tracing the source and cause of each exception I get in the process.
My code runs in an Activity,
To me, that output doesn't look like it is actually the stacktrace of the exception. That just looks like the Thread information from the debug perspective. Try using logcat in either the ddms perspective or the ddms standalone tool to look at the actual exception that is thrown.