android - Why doesn't my app run on xlarge resolution of the GenyMotion emulator? -


i trying run app on genymotion emulator(custom tablet) has following specifications:

1536 x 1152 dimensions.

320dpi-i.e xhdpi.

i have following resources:

1.drawable-sw720dp-land-xhdpi

2.layout-sw720dp-land

3.values-sw720dp-land-xhdpi

i have following code in themainifest file:

 <supports-screens     android:largescreens="true"     android:normalscreens="true"     android:smallscreens="true"     android:xlargescreens="true" /> 

i have designed app work on small xlarge screen resolutions. have customized emulator work on mdpi,hdpi screens of tablet, in case of xhdpi app doesn't take xhdpi resources. can tell me going on?

by resolution can't actual size of device , sw720 10 inch tablet , sw600 7 inch tablet.

so table in testing may 7 inch tablet use sw600. may


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -