Question

I updated to the latest version of Eclipse Juno and I have the Android ADT on it.

When I start a new project, it doesn't give the LDPI icon anymore, and the drawable-ldpi folder is empty.

What is the problem here?

Thanks!

Was it helpful?

Solution

Only 10% of the devices are ldpi and this number is decreasing over time. Source: http://developer.android.com/about/dashboards/index.html

It is not required to have images for all the densities, only one is enough. The system will scale it up/down when needed. So the best approach is to have images for the highest density supported (xhdpi or xxhdpi).

I personally only use xhdpi images!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top