android - Samsung Galaxy S4 AVD icons too small, UI not scaling correctly -


i created own avd samsung galaxy s4

screen 1080 x 1920, size normal, xxhdpi, use host gpu emulation

there no need use sony xperia z avd installation, created avd manually

it works , shows in correct resolution, ui not scale correctly. more specifically, little small - icons , text small. looks more tablet ui phone. i've compared ui scale screenshots of real device , see difference.

how fix scaling issue?

unfortunately, ui scaling not yet (sdk tools 21,22) work automatically.

after emulator starts , completes boot sequence, open command line adb.exe resides (in platform tools directory of android sdk) , run:

> adb shell setprop qemu.sf.lcd_density 480  > adb shell stop  > adb shell start 

the emulator restart. after has rebooted emulator should use correct screen density , ui scaling.

you'll have every time start emulator until fixed.. use batch file


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -