I don't think I would recommend separate APKs, actually. That'll inevitably cause confusion and problems for your users, as well as splitting whatever userbase you have across multiple packages, not good for your Market rankings.
If you're not targeting Cupcake, a variation on Aleksandr's suggestion might work.: put all your images in -hdpi directories and let the system scale them for other densities. It generally does a better job downscaling than upscaling, for obvious reasons, so the results might be acceptable. Note that I haven't tried this, but it seems plausible. 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

