Re: [android-developers] Android source line numbers in stack trace

2011-08-04 Thread Nick Risaro
I think that you need to look in the code of Button.java, not View.java. Check that the code you are looking is the same (version) that the one you are running. Just for curiosity, why are you trying to follow the error in that class? On Wed, Aug 3, 2011 at 5:20 PM, Caleb9 wrote: > Hello, > I'm

[android-developers] Android source line numbers in stack trace

2011-08-04 Thread Caleb9
Hello, I'm an Android noob, so sorry if this kind of question has already been asked million times before, but searching both here and elsewhere I couldn't find an answer to my problem. It seems to me that my stack trace in Eclipse, while debugging, is showing wrong line numbers for Android classes