My application runs fine when locally testing. But after publishing it, i am seeing the following error in my developer console page. Could somebody please help me?
java.lang.NullPointerException: at android.app.ActivityThread.handleStopActivity(ActivityThread.java: 3269) at android.app.ActivityThread.access$2500(ActivityThread.java:119) at android.app.ActivityThread$H.handleMessage(ActivityThread.java: 1880) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:123) at android.app.ActivityThread.main(ActivityThread.java:4363) at java.lang.reflect.Method.invokeNative(Method.java:-2) at java.lang.reflect.Method.invoke(Method.java:521) at com.android.internal.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:860) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) at dalvik.system.NativeStart.main(NativeStart.java:-2) -- 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

