In my app I used a background image – 480×800, size – 464kb, but when I trying to run it in emulators with api <15 I had a OOM errors, but if I run it without background all works well. Maybe anyone has some solutions of this? Or some recomendation to work with background?
Share
As @Ram kiran said
use
drawable-xhdpifor keeping large size images.for coming to images with the size
480x800have different look in portrait and landscape,so its better to use
(and use )
Read thsis for more clarification