Android hdpi resource load problem
Posted
by
user357366
on Stack Overflow
See other posts from Stack Overflow
or by user357366
Published on 2010-12-05T08:42:22Z
Indexed on
2011/03/08
0:10 UTC
Read the original article
Hit count: 149
good day we are developing game for android and have some trouble with resource loading on high dpi devices.
our resources are located in res/drawable directory on a standart dpi device the game work properly, but on hdpi (tested on HTC Desire) all resources which located in res/drawable-hdpi load are loaded correctly, but the resources which miss in drawable-hdpi directory but present in res/drawable are ignored
but everything works fine on the virtual device with hdpi.
does anybody encounter this problem and know how to solve it?
© Stack Overflow or respective owner