-2

These are the error I am getting

1

All these red highlighted part are the error:

All these red highlighted part are the error

Gynteniuxas
  • 7,035
  • 18
  • 38
  • 54
  • 4
    Possible duplicate of [What is a NullPointerException, and how do I fix it?](http://stackoverflow.com/questions/218384/what-is-a-nullpointerexception-and-how-do-i-fix-it) – tkausl Feb 05 '17 at 17:29

1 Answers1

0

Well...as far as I can see you wanted to invoke a virtual method...anywhere.

And your exception says that it should point to NULL...which is ok I guess, because everywhere else would be fatal.

zonk
  • 147
  • 14
  • as error are ocuring from looper.java ans handler..java......as they are creates by default by system – Ashish Mishra Feb 05 '17 at 17:35
  • Well I don't know your code and so I can't tell you what steps you need. The only thing I could tell you is to look where this error accuse [...getString(j...??)] and that you shouldn't invoke a virtual method. I know it's not a satisfying answer, but maybe the link of tkausl could help you more. – zonk Feb 05 '17 at 17:43