Android NOOK模拟器——屏幕底部被截断?
我成功地在 NOOK SDK 上调试我的 Android 应用程序并使用 NOOK 模拟。然而,我发现我的 Nook 屏幕的下半部分被切断了——我说的是实际的屏幕,而不是我的布局。有谁知道如何解决这个问题,以便整个 NOOK 图像显示在模拟器中?
I am successfully debugging my Android app on the NOOK SDK and using the NOOK emulation. However, I am finding that the lower part of my Nook screen is being cutoff -- I'm talking about the actual screen, not my layout. Does anybody know how to fix this so the entire NOOK image is displayed in the emulator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过多次实验,我发现通过最小化模拟器(双击模拟器任务栏上的图标)可以让整个模拟器显示出来,然后再次单击任务栏上的图标即可重新显示模拟器。此后,将显示完整的 Nook 图像。这有点奇怪,但目前这是我得到的最好答案。
After much experimentation, I found that I can get the whole emulator to display by minimizing it (double click the icon on the taskbar for the emulator), and then click the icon on the taskbar again to re-display the emulator. After this the complete Nook image is displayed. It's a little strange, but for now its the best answer I've got.