I have a strange error in the Developer Console. java.lang.ArrayIndexOutOfBoundsException at android.view.MotionEvent.getX(MotionEvent.java:889) at android.view.ScaleGestureDetector.getRawX(ScaleGestureDetector.java:316) at android.view.ScaleGestureDetector.onTouchEvent(ScaleGestureDetector.java:229)
>From all I've read, this can occur if you are looking for a pointer index that isn't there. But *I* am not looking for a pointer index, ScaleGestureDetector is, and I don't appear to have any control. It can crash my app. Does anyone know what to do? I've seen this one: http://code.google.com/p/android/issues/detail?id=19615 It could be related to this: http://code.google.com/p/android/issues/detail?id=12976 Nathan -- 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

