Eclipse Android Debugger - Where in my code did I cause the exception?

后端 未结 4 1756
长情又很酷
长情又很酷 2021-02-13 06:38

Admittedly, my question is basically the same as this one, but it seems to have been left unanswered:

NullPointerException in handleStopActivity -- No reference to my co

4条回答
  •  忘掉有多难
    2021-02-13 06:58

    iDareYou.byteValue();

    Calling this on a Null-Value is causing the problem if you want to convert I recommend trying out this: Сonverting int to byte in android

提交回复
热议问题