I want to localize an image by adding the folder res/drawable-hdpi-no, but I get an error stating "invalid resource directory name". What's up with this?

link|improve this question

feedback

2 Answers

up vote 7 down vote accepted

As far as I remember, only certain res folders will work. You need to call it drawable-[language code]-r[capitalised localisation code] if I remember rightly. Pretty sure it's one of the Android Tutorials.

Yeah here it is http://developer.android.com/resources/tutorials/localization/index.html

link|improve this answer
1  
Thanx! I knew I'd seen that tutorial. I just couldn't find it. Though the solution to my direct problem is "res/drawable-no-hdpi" and not "res/drawable-hdpi-no" – Espen Dec 14 '10 at 18:50
feedback

yes, it is possible by. drawable-de-rDE-ldpi,drawable-de-rDE-mdpi . use it

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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