Set android screen resolution -


i'm trying alter default screen resolution of android emulator (and extension, android device) work @ 1700x1200. in other words, need screen able display unique points on range.

i have set dimensions in layout file, yet device still defaults 320x480. i've set different dpi densities, no avail.

any great, direction explore.

edit: 2 responses. guess question wasn't clear - understand top resolution device fixed, need scale screen display finer granularity 640x850 (which believe highest resolution). understand can set dpi density 120-240, need know how set scaling functionality simulate screen of 1700x1200. guess have done code, prefer platform auto-scale down me. may not possible, wanted check.

using android sdk 2.0 or 2.1 can create avd custom resolution. if want can run emulator -skin argument, instance emulator -skin 1700x1200 , you'll want.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -