I have created an icons in Eclipse using the steps on accepted answer here
But looks like drawable-ldpi is missing
, is that fine? Please someone can explain why it does not have an icon? OR Should I need to manually add it there?
I have created an icons in Eclipse using the steps on accepted answer here
But looks like drawable-ldpi is missing
, is that fine? Please someone can explain why it does not have an icon? OR Should I need to manually add it there?
You don't need it, any ldpi device will just scale the mdpi image. ldpi devices are becoming more and more uncommon, currently sitting at 8.1% 2.9%. The developers at google (sorry I don't have a link, it was a video) recommend that you don't need resources smaller than mdpi.