Skip to content Skip to sidebar Skip to footer

Android Emulator Displaying Weird When Scaled To Real Size

I'm currently using Eclipse Helios installed on Ubuntu 10.10 running Java version 1.6.0_20 (OpenJDK Runtime Environment IcedTea6 1.9.8)..... Now that this lengthy introduction in d

Solution 1:

When you scale the display to real size, you have two options - you can set the screen size in (virtual) inches, as well as the dpi for the monitor. Are either of these set? What is the scale ratio given. It's easy for the display to come out strange if you have an unusual dpi setting for a certain screen size. Decide how many inches you want, then play with the dpi settings. You can hit the question mark next to monitor DPI to give you an idea of what would be a good value to set.


Post a Comment for "Android Emulator Displaying Weird When Scaled To Real Size"