安卓平板模拟器
我想开发适用于 Android 平板电脑
的应用程序。但我无法创建平板电脑尺寸模拟器
。模拟器大小应为 1024x600 (WSVGA)
,但在 sdk2.2 和 sdk 2.3 中没有选项可以使平板电脑大小模拟器采用默认皮肤大小。 那么如何创建平板电脑尺寸模拟器? 但是,我尝试手动将屏幕尺寸600x1024
放入屏幕分辨率中,制作平板电脑尺寸模拟器。但这个模拟器不能用。请帮忙。
I want to develop application for Android tablet
. But I am unable to create a tablet size emulator
. Emulator size should be 1024x600 (WSVGA)
but there is no option to make tablet size emulator in default skin size in sdk2.2 as well as sdk 2.3.
Then How to create tablet size emulator? However i have tried to make tablet size emulator manually putting the screen size 600x1024
in screen resolution. But this emulator is not working. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在定义 AVD 时设置所需的分辨率:
Set the resolution you want while defining the AVD:
您可以从“Android SDK 和 AVD Manager”下载 Galaxy Tab 模拟器。在“可用套餐”、“第三方附加组件”、“三星”下
You can download the Galaxy Tab Emulator from the "Android SDK and AVD Manager". Under "Available Packages", "Third party Ad-ons", "Samsung"
如果您使用平板电脑特定的 Android 版本(例如 3.2)创建模拟器,则默认情况下它具有平板电脑 UI。
If you create emulator with tablet-specific Android version (e.g. 3.2) then it has tablet UI by default.