[android-developers] Re: Crash on gesture recognize

2010-09-07 Thread marmor
Thanks, I'm developing on 2.1 and 2.2. The gesture file was created on 2.1. It fails rarely on 2.1, but I haven't witnessed it with my 2.2 device, only got to see crash logs. I will investigate further, thanks! On Sep 5, 5:53 pm, Filip Havlicek wrote: > Hi Mor, > > if it works with 99%, it's

Re: [android-developers] Re: Crash on gesture recognize

2010-09-05 Thread Filip Havlicek
Hi Mor, if it works with 99%, it's going to be hard. Right now I would try to determine conditions under which the error is thrown. For example, are you using the application on the same version of Android OS as you created the gesture file? I'm pretty sure it shouldn't be a problem, but who know

[android-developers] Re: Crash on gesture recognize

2010-09-05 Thread marmor
Hi, Thanks for the response. I've done all preparations as done by Google's example, including the gesture file in res/raw. 99% of the time everything works fine, onGesturePerformed is called and I get right answers from the recognize function, but in some cases (haven't figured out which yet), I