Android MultiTouch crash on Xoom
We are seeing a crash occurring in our Android AIR App on the Motorola Xoom. We are also seeing the same crash in other Apps from the Android Market as well as simple Apps like the HelloWorld example. The crash occurs after several pinch gestures. The top portion of the stack trace looks like:
Java.lang.IllegalArgumentException:pointerIndex out of range
at android.view.MotionEvent.nativeGetAxisValue(NativeMethod)
at android.view.MotionEvent.getHistoricalSize(MotionEvent.java:2022)
at com.adobe.air.AirWindowSurfaceView.
onTouchEvent(AIRWindowSurfaceView.java:4609)
Our test platform details are:
AIR 2.6.0.1915
Android Version 3.1
Xoom
Is anyone else seeing a similar problem?
