Recently , I rebuild fountain_v11 renderscript test apk, and found it cannot run on Android 4.3 platform.
It always crash in function root() in file Fountain.rs.
This will crash:
if ((p->position.y > height) && (p->delta.y > 0)) {
p->delta.y *= -0.3f;
}
I am not sure why this operation is illegal?
Is there someone who can help me?
Thanks