Android 3.x 模拟器应用程序启动器不工作

发布于 2024-12-06 07:45:20 字数 230 浏览 1 评论 0原文

我正在尝试检查网页在 Android 模拟器浏览器中的显示方式,但今天似乎不太走运。
我刚刚安装了新的 API 13 AVD,以 WXGA 分辨率启动它,然后意识到它无法使用(它挂起)。

然后我编辑了配置,现在只有 640x480。 GUI 发生了一些变化,但当我尝试打开应用程序启动器(以查找浏览器图标)时,它仍然挂起。只有通知滑块可以工作,但速度非常慢。

我怎样才能打开浏览器?

谢谢。

I'm trying to check how a web page is displayed in the Android emulator browser, but seems that I'm out of luck today.
I just installed the new API 13 AVD, launched it with WXGA resolution and realised that it was unusable (it hanged).

Then I edited the configuration and now it is only 640x480. The GUI has changed a little, but still it hangs when I try to open the applications launcher (to find the browser icon). Only the notifications slider works, but is really slow.

How can I open the browser?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

擦肩而过的背影 2024-12-13 07:45:20

好吧,我成功了。这是我所做的:

  • 在 Android SDK 和 AVD 管理器中,增加了 hw.RamSize 和 vm.heapSize
  • 纵向(CTRL+F11)似乎比横向方向响应更快。
  • 有时使用 F4(结束通话按钮)有助于解冻 GUI。

但总的来说,我注意到挂起、GUI 无响应,并且当它工作时它非常慢。看来这和屏幕尺寸有关。或者也许它需要大量的内存。

Ok, I managed to do it. Here's what I've done:

  • In Android SDK and AVD manager, increased hw.RamSize and vm.heapSize
  • The portrait orientation (CTRL+F11) seems a bit more responsive than the landscape one.
  • Sometimes playing with F4 (end call button) helps unfreezing the GUI.

But in general, I've noticed hangs, GUI unresponsiveness, and when it works it is really slow. Seems that it is something related to the screen size. Or maybe it needs a ton of RAM.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文