2015-12-15 74 views
3

我正在使用Eclipse开发新应用程序,我在Android模拟器中遇到了屏幕大小问题。即使我创建了一个新的模拟器,屏幕尺寸也会如图所示放大。我无法重新调整它的大小。即使在搜索后,我也找不到任何解决方案。Eclipse中重新调整Android模拟器屏幕

Eclipse android emulator

+0

http://stackoverflow.com/questions/2359895/how-to-resize-the-avd-emulator-in-eclipse按照这个链接,并尝试学习一些研究。 –

+0

我正在使用Windows 7操作系统。你能帮助我吗? – Kapil

回答

1
Run > Run Configurations 
Pick the "Target" tab 
Scroll down to "Additional Emulator Command Line Options" and put in: "-scale 0.7" or another number 

即使由Eclipse自动启动,这也会保持AVD缩放。
试试这个

+0

谢谢,但缩放尺寸会使整个模拟器尺寸变小,您能否给我一个想法让我的显示屏幕缩小。在此先感谢 – Kapil

+0

尝试1.25而不是0.75 –

0

像你这样做窗口不能调整仿真器。相反,您可以通过设置AVD或通过adb命令对其进行缩放。单击AVD的开始按钮后,您可以在下一个屏幕(启动选项)上看到它。见How to resize the AVD emulator in Android Studio?

+0

谢谢,但是如果重新调整比例,模拟器的总体尺寸就会变小。 – Kapil