There are two layouts: layout-sw480dp-hdpi and layout-sw480dp-mdpi An AVD of WVGA854 and density 160dpi
On this AVD, my application always uses layout-sw480dp-hdpi, but not layout-sw480dp-mdpi. I think layout-sw480dp-mdpi should be used.
There are two layouts: layout-sw480dp-hdpi and layout-sw480dp-mdpi An AVD of WVGA854 and density 160dpi
On this AVD, my application always uses layout-sw480dp-hdpi, but not layout-sw480dp-mdpi. I think layout-sw480dp-mdpi should be used.
try using a fixed resolution of 480x854 with the desired density instead of using a built in configuration of the WVGA854 .
the configuration of WVGA854 mean that it's hdpi , so maybe the AVD manager has conflicts.