Friday, October 21, 2011

Re: [android-developers] Re: setOnClickListener Problems Crashing Application

On Sat, Oct 22, 2011 at 00:53, Matt Clark <mrclark32493@gmail.com> wrote:
Caused by:
java.lang.NullPointerException
10-21 20:52:07.157: ERROR/AndroidRuntime(11123):     at
tinyclark.robotics.Master.setListeners(Master.java:103)

Your real problem is this ^^^

So, something on your Master.java (function setListeners), line 103, is getting used and its value is NULL.
So, check line 103 and see what can me NULL in there and being used.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment