Warning messages on Android (not IOS) when higher res image not found? "Asset file xxx does not exist"

Hi @eriklen,

If there are some images that you don’t want to be picked dynamically based on scale, just use “newImage()” instead of “newImageRect()” and Corona won’t throw any warning about it.

Take care,

Brent