Assuming that com.oys.... is your application's package, you have a null pointer access somewhere.

The exact location is just below the lines you posted. You could also use the debugger to step through, checking that variables are not null before you access them.

-- Kostya

07.05.2011 19:42, Capt Spaghetti пишет:
05-07 15:12:07.201: ERROR/AndroidRuntime(318):
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.oys.gfa.acecapper/
com.oys.gfa.acecapper.DownSelectCourse}:
java.lang.NullPointerException



--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to