Ok, I found the issue, and it was simple: gl4es was missing from the PND. I use a script to package dependant libs, that works pretty well usualy, but it cannot detect libraries that are loaded at run time (with dlopen). This game being 2D, it is not linked with OpenGL, as it don't directly use...