在Eclipse中重新调整Android模拟器屏幕的大小

时间:2015-12-15 06:25:17

标签: android eclipse android-emulator

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

Eclipse android emulator

2 个答案:

答案 0 :(得分: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保持缩放。
试试这个

答案 1 :(得分:0)

您无法像使用窗口一样调整模拟器的大小。相反,您可以在AVD设置或adb命令中对其进行缩放。单击AVD的开始按钮后,您可以在下一个屏幕(启动选项)上看到它。请参阅How to resize the AVD emulator in Android Studio?