0

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.

Jonny C
  • 1,943
  • 3
  • 20
  • 36
Nirmal Dhara
  • 2,121
  • 18
  • 27
  • 1
    What are the exact names of the folders you are using? Which devices are you testing on? How do you know it is choosing the "wrong" icon? – Bryan Herbst May 11 '15 at 14:55
  • I have the same issue , May your image size not correct for e.g in your mdpi folder your image size is 100px in your hdpi should be 200px – Amir May 11 '15 at 14:57
  • I am using MOTO G(mobile), samsung Tab2, as the size of the icons are same (same small in Tab and Mobile) i can understand it picks the icon form same folder. – Nirmal Dhara May 11 '15 at 14:59
  • Icon Size - MDPI - 160 dpi, HDPI - 240 dpi, XHDPI - 320 dpi – Nirmal Dhara May 11 '15 at 15:01
  • possible duplicate of [Android splash screen image sizes to fit all devices](http://stackoverflow.com/questions/10574363/android-splash-screen-image-sizes-to-fit-all-devices) – Amir May 11 '15 at 15:03
  • I have created the icons from http://romannurik.github.io/AndroidAssetStudio/nine-patches.html. to avoid the mistake , but not working as expected – Nirmal Dhara May 11 '15 at 15:07

0 Answers0