android - How to create emulators with small screen size -


hello i'm testing application different screen densities. have created 4 emulators low medium high , high density , normal screen size screens doesn't have same size. specified in launch options screen size (in) = 3.7 , monitor dpi = 113 i'm using mac book pro 1280 x 800 13".

can done?

best regards.

follow instructions here: http://developer.android.com/guide/developing/devices/managing-avds.html

  • in skin, check "resolution" , add resolution want.
  • in hardware, add required dpi.

the screen size determined these 2 factors detailed here: http://en.wikipedia.org/wiki/pixel_density#calculation_of_monitor_ppi

make sure use dpi values of device want emulate, not values monitor.

for list of screen sizes , resolutions, check http://en.wikipedia.org/wiki/list_of_displays_by_pixel_density (it includes monitor, although information irrelevant emulator)


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -