Noga
EDIT: The fix suggested by ludei doesn't work for me either.
Tried your apk, still not formatting right.
Can you try recompiling with this change suggested by ludei:
[quote:3ee37iw0]We have found that C2 Cordova exporter does not use the correct devicePixelRatio value in Cocoon.io compilations, that's why the game is displayed in the 1/4 of the screen. This can be fixed with a minor change in the following line in c2runtime.js (the change is marked in bold)
this.isRetina = ((!this.isDomFree || this.isEjecta || this.isCocoonJs) && this.useHighDpi && !this.isAndroidStockBrowser);
Let us know if your games run in high-res with this change.
Also, are you using a spritefont for debug text?