After installing an update on Android SDK and moving to Eclipse 3.6, when an exception occurs while my code is running, I'm only prompted for what开发者_开发百科 seems to be Android source code, in stread of showing the line in my code and the exception details in logcat.
I now resort to try..catch - ing everything, but it's not practical.
Why is it prompting for the source code?
Many thanks for any help!!
Nothing in Log Cat:
Prompting for source file:
I've solved this after waiting days to post this. All that changed is that when I get the prompt for source, I just click Run / Resume and it will throw the exception stack onto logcat.
Maybe this will help somebody else.
精彩评论