Note that there are some explanatory texts on larger screens.

plurals
  1. POMysterious Null Pointer Exception
    primarykey
    data
    text
    <p>The Android market is reporting a null pointer exception for my application, but it is not within any of my code. Does anyone have any hints for me to try to determine the cause or solution?</p> <pre><code>java.lang.NullPointerException at android.widget.TextView.onTouchEvent(TextView.java:7206) at android.view.View.dispatchTouchEvent(View.java:3818) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1043) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1043) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1043) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1043) at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:1734) at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1126) at android.app.Activity.dispatchTouchEvent(Activity.java:2167) at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1709) at android.view.ViewRoot.handleMessage(ViewRoot.java:1806) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:143) at android.app.ActivityThread.main(ActivityThread.java:5073) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:521) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) at dalvik.system.NativeStart.main(Native Method) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload