我可以将 Android AVD 设置为哪些模拟器设置才能获得“大”文件?屏幕?
我的 Android 应用程序即将完成(终于!)。我需要在“大”屏幕尺寸上测试它。我可以将 AVD 设置为“大”屏幕吗?
I am almost finished (finally!) with my android application. I need to test it on a "large" screen size. What can I set the AVD on to make it a "large" screen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要添加 vikramjb 的答案,您可能还想更改屏幕密度。
例如,为了模拟我的 7 英寸 eLocity 平板电脑,我将分辨率设置为 WVGA800,将抽象 LCD 密度设置为 160
To add to vikramjb's answer, you might also want to change the screen density.
For example, to emulate my 7inches eLocity tablet I set the resoltion to WVGA800 and the abstracted LCD density to 160
转到您的 Android SDK 和 AVD 管理器并选择您当前正在使用的设备。单击同一屏幕上的“编辑”,然后尝试更改皮肤大小。当然,您始终可以为新的屏幕尺寸创建新设备。
如果我错了请纠正我。华泰
Goto your Android SDK and AVD Manager and select your the device you are currently using. Click on Edit on the same screen, on the try changing the skin size. Of-course you can always create a new device for a new screen size.
correct me if i am wrong. HTH