I get this weird error everytime I debug in eclipse. It just seemed to appear one day and I was wondering if anyone else was running int the same problem. It does not affect m
I finally found an answer Here. It looks like when you debug, it tries to go into code for which it doesn't have (the android source). There is a way you can include that into your project to avoid this error. If the link above doesn't work, try this one.
I discovered that this was happening because I set a breakpoint on a class definition. To fix it i used the break point window in the debug perspective to uncheck all breakpoints. Hope this helps.