On Sat, Oct 22, 2011 at 00:53, Matt Clark <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

