HTC Desire HD & HTC Desire Z crashes on touch event

  • Replies:1
tigerlab
  • Forum posts: 1

Feb 7, 2011, 3:09:51 AM via Website

Hi all,

our android apps crashes after android update (2.2.1) on HTC Desire HD & Z. We get the following error:

java.lang.NullPointerException
at android.widget.TextView.onTouchEvent(TextView.java :7202)

Anybody facing the same issue?

Thanks for your help!

Sandro

Reply
Jeremiah
  • Forum posts: 775

Feb 7, 2011, 5:46:57 AM via Website

I'd need more information about your app to help. What are you doing in the onTouchEvent of the text view that causes the null pointer exception. Null pointer exception usually means that your trying to access or use an object (variable, class, etc) without instantiating it.

Reply