On Wed, Aug 18, 2010 at 8:51 PM, Chris Maurer <cgmau...@gmail.com> wrote:
> When I step through the code I get an error in Looper.loop() line:124
> after the onCreate function.

That information is not especially useful. We would need the stack
trace, at least to the point where your own code starts showing up.

> i apologize for my ignorance, but what will the Java stack trace look
> like in logcat

Generally, it will look like a Java stack trace does everywhere else
you do Java development.

http://java.sun.com/developer/technicalArticles/Programming/Stacktrace/

In DDMS, it will be colored red. Also, some Android stack traces are
in two halves, the bottom half labeled "Caused by" -- that'd be the
more relevant half.

-- 
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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to