Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

Well from non device tester advice here, can You move those missing resources to drawable/nodpi if that does not conflicts your development strategy ?

Don't know to what extent it will work, but u can try!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.