I have a touch event exception that is causing my game to crash on tablets (or more specifically, honeycomb)... My game works fine on my phone and I haven\'t heard of this h
Just change your getPointerId() to findPointerIndex(). Maybe change geAction() to getActionMasked().
getPointerId()
findPointerIndex()
geAction()
getActionMasked()
Hope it helps!