I have used the Android Asset Studio to prepare my icon for different screen resolutions. However, I don't know how to tell my project that I am using different resolutions. I have a copy of all of my images in drawable-hdpi drawable-mdpi drawable-xhdpi drawable-xxhdpi
The sample app Tasky has it setup correctly, but I don't see where it is set. In Tasky, the icon shows up in the dropdown for the icon selector. In my app, it will only show up if I put a copy in a default drawable folder. Any ideas?