我创建了一个具有以下特征的AVD: 目标:Android Honeycomb(API级Honeycomb) SD卡尺寸:64M 皮肤:内置WXVGA
但问题是,当我运行此ADV时,它的大小比我的笔记本电脑的屏幕尺寸更大。因此,我无法访问AVD的所有屏幕。
我应该怎样做才能缩小它?
答案 0 :(得分:5)
从Eclipse中:
1) Go to Window -> Android SDK and AVD Manager -> Virtual Devices
2) Select the AVD you want to launch and click Start
3) Check the "Scale display to real size" button
答案 1 :(得分:4)
启动Emualator时,只需在 screen size(in)
中提及 "Scale display to real size"
即可。你可以提到以英寸为单位的尺寸。
请看下图。您可以先从AVD Manager中选择AVD名称,然后点击开始按钮,找到启动选项。
。