Holding on Touching Screen removes jittering on Galaxy s4

I’ve found very weird thing.
I have jittering problem on moving one sprite on my device galaxy s4.
I created just one sprite in default project and moved it on update function.
It jittered on moving. I don’t know why.
Btw, touching and holding on screen removes jittering notably.
Can’t believe? I tested many times.
I’m using Cocos2d-x 3.2

Anyway, if somebody knows about jittering issue on galaxy s4, Help me please.
I’m struggling on it. :frowning:

I solved it.
I updated Android 4.3 to 4.4.2
And the problem’s gone
In my opinion, android sdk tools version has some relation with android os version
I had updated android sdk tools to lastest version 23.
It seems making problem.

Good that you solved your problem…

Still I would like @slackmoehrle to comment on how can updating from android v4.3 to 4.4.2 can solve the issue…
Just for the sake of understanding things :smile:

@kminpy if you would not have stated your solution then my first guess would have been your implementation of moving sprite inside update method and I would have suggested you to multiple dt with your quantity of movement…and also I would have suggested you to lower the value of this quantity.