How can I debug this NullPointer exception?

后端 未结 7 1611
南方客
南方客 2020-12-28 19:49

I\'m trying to write an application for Android and when I launch my new activity, I\'ve set break points and found that it runs through my onCreate without any errors, but

7条回答
  •  生来不讨喜
    2020-12-28 20:10

    If you want to see the location where the exception happens without downloading the Android source code, there is a nice plugin for eclipse called GrepCode. It searches and displays the source code of popular java projects online.

提交回复
热议问题