What String is saying is true for Adroid version >= 1.6. If you need to support 1.5 still, you will need two folders at the minimum, a drawable (for 1.5) and a drawable-hdpi (for anything higher). If you are only targeting Android 2.3 or higher, you might be able to just get away with a single drawable-xhdpi folder.
On Mar 17, 3:33 pm, String <[email protected]> wrote: > There's no way to only copy some resources. I used to think this was a good > idea too, but now I'm not so sure... I could easily imagine a followup to > Motorola's Webtop which enlarges the phone display instead, creating a need > for multiple resource versions in a single installation. > > My best advice would be to consider whether you truly need any but the > highest density versions. The platform will automatically downscale those as > needed, and you might find that this is as good as what you produce manually. > > String -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

