Android Emulator Displaying Weird When Scaled to Real Size

人走茶凉 提交于 2020-01-17 05:03:10

问题


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 done, here's my problem:

When I launch an AVD on my machine and I choose the option to 'scale display to real size' my emulator displays all weird. (see image). However when I choose NOT to scale the display to real size it works perfectly fine...

Thing is I need to edit the display size otherwise the emulator spans over the boundaries of my laptop screen...

Any help?

--------------------------- Edit ---------------------------

Call me stupid, but how do I use the patch for this bug that can be found here: review.source.android.com/#/c/24433


回答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.



来源:https://stackoverflow.com/questions/7040219/android-emulator-displaying-weird-when-scaled-to-real-size

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!