I have a weird behavior on one of my app on device updated to Jelly Bean. This game do a: canvas.drawBitmap(bitmap, locationX ,locationY, null); my bitmaps can be of 2 size: 40x15 and 60x15.
On Jelly Bean devices (I tried on Galaxy Nexus and Nexus S), the drawBitmap draw nothing when using bitmaps of 60x15. If I resize to 40x15, it works fine.
I dont have any problems with lower version of android.
Thanks in advance!