I am developing one android application which may be run on mobile, tablet, or TV.
So I have crated separate size icons and images for each devices, and the icons and images are stored in hdpi, mdpi, xhdpi, xxhdpi folders.
When I install the application on mobile it picks the icon form mdpi folder.
When I install in tablet then also it pick the icon from mdpi folder, instead of xhdpi.
Same problem for images also.