Android is always compressed because the .apk cannot be too large. But I've settled on a compression level that looks pretty good on the smaller screens.
I saw another developers creating a special pack file for the entire game, and I think it’s the only option that can be used to create a non‑compressed version. But most likely, this can’t be done for your game engine, can it?