here's the error that is being shown to me :

09-09 23:00:22.243: ERROR/AndroidRuntime(329): FATAL EXCEPTION: main
09-09 23:00:22.243: ERROR/AndroidRuntime(329):
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.google.MapsProject/
com.google.MapsProject.MapsProject}: java.lang.NullPointerException
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2663)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
2679)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
android.app.ActivityThread.access$2300(ActivityThread.java:125)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
android.os.Handler.dispatchMessage(Handler.java:99)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
android.os.Looper.loop(Looper.java:123)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
android.app.ActivityThread.main(ActivityThread.java:4627)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
java.lang.reflect.Method.invokeNative(Native Method)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
java.lang.reflect.Method.invoke(Method.java:521)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:868)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
dalvik.system.NativeStart.main(Native Method)
09-09 23:00:22.243: ERROR/AndroidRuntime(329): Caused by:
java.lang.NullPointerException
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
com.google.MapsProject.MapsProject.setupWebView(MapsProject.java:38)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
com.google.MapsProject.MapsProject.onCreate(MapsProject.java:24)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1047)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2627)
09-09 23:00:22.243: ERROR/AndroidRuntime(329):     ... 11 more


On Sep 8, 10:23 pm, TreKing <treking...@gmail.com> wrote:
> On Wed, Sep 8, 2010 at 12:13 PM, anushree <godbole.anush...@gmail.com>wrote:
>
> > can anyone please tell me why it is throwing a null pointer exception
>
> Can you tell us where the null pointer exception is being thrown?
>
> --------------------------------------------------------------------------- 
> ----------------------
> 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