I made an application for Android and and I'm trying to make it work on every possible device.
For this, I created different layouts (small, normal, large, xlarge) with different densities (ldpi, mdpi, hdpi, xhdpi), but when I load the emulator with the range of layout-normal-xhdpi
, the application doesn't start and make an exit exception (force close). For all other layouts, it works perfectly.
What should it be?
I'm using minSDK = "8"
, but I tried also with higher APIs and still not working. I also tested with the APIS below level 4 and it works perfectly (the problem of these APIs don't support all resolutions).