Android,如何使 AVD 更小?
我创建了一个具有以下特征的 AVD: 目标:Android Honeycomb(API级别Honeycomb) SD卡大小:64M 皮肤:内置WXVGA
但问题是,当我运行这个ADV时,它的尺寸比我笔记本电脑的屏幕尺寸还要大。因此,我无法访问 AVD 的所有屏幕。
我应该怎么做才能让它变小?
I have created an AVD with the following characteristics:
Target: Android Honeycomb (API level Honeycomb)
SD card size: 64M
Skin: Built-in WXVGA
But the problem is, when I run this ADV, size of it is more bigger than screen size of my laptop. Therefore, I don't have access to all screen of the AVD.
What should I do to make it smaller?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从 Eclipse 内部:
From within Eclipse:
启动模拟器时,只需在
“缩放显示到实际尺寸”
中提及屏幕尺寸(英寸)
。您可以在那里提及以英寸为单位的尺寸。看看下面的图片。您可以通过首先从 AVD 管理器中选择 AVD 名称,然后单击开始按钮来找到此启动选项。
。
While launching the Emualator, just mention the
screen size(in)
inside the"Scale display to real size"
. You can mention the size in inch overthere.Just look at below image. You can find out this launch options by first selecting AVD Name from AVD Manager and then click on start button.
.