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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -