On Sun, Apr 3, 2011 at 12:12 PM, Raghav Sood <raghavs...@gmail.com> wrote:

> That is what the log read. I can't understand much except that it failed to
> start the activity.
>
Read the stack trace.

> *04-03 21:26:40.810 E/AndroidRuntime( 4772): Caused by:
> java.lang.NullPointerException*
> 04-03 21:26:40.810 E/AndroidRuntime( 4772): at com.raghavsood.mp.
> matchpuzzler.onCreate(*matchpuzzler.java:20*)
>
You have a null pointer at line 20 in your onCreate. Use your debugger to
find out what is null. Then make it not null.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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