When I run my application many lines appear in the logcat but only one error:
E/art﹕ Failed sending reply to debugger: Broken pipe.
What doe
I had a breakpoint in a return statement, when I removed it everything ran as it should. So give that a try too (removing all breakpoints).