重启/关闭 Android 模拟器

发布于 2024-08-16 00:53:47 字数 161 浏览 4 评论 0原文

我在 Android 模拟器上安装了新字体。说明说我必须重新启动我的设备。我尝试使用“关闭电源”按钮,但它只显示“正在关闭”并且不执行任何操作。即使当我进入 adb shell 并运行“rebo​​ot”时,它也会挂起。

有什么想法如何重新启动模拟器以便出现新设置吗?

谢谢。

I installed new fonts on my Android emulator. The instructions say I have to reboot my device. I tried using the "Power Off" button but it just displays "Shutting Down" and does nothing. Even when I go to the adb shell and run "reboot" it hangs.

Any ideas how to restart the emulator so that the new settings appear?

Thanks.

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

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

发布评论

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

评论(8

↘人皮目录ツ 2024-08-23 00:53:47

这是重新启动/重新启动模拟器的快速方法:

  1. 转到“Android虚拟设备管理器”
  2. 单击“操作”列中的下拉菜单
  3. 在菜单中选择“立即冷启动”选项

现在模拟器将重新启动/重新启动并且电源将打开。

Here is a quick way to restart/ reboot emulator:

  1. Go to "Android Virtual Device Manager"
  2. Click on the dropdown menu in "Action" column
  3. Select "Cold Boot Now" option in menu

Now emulator will restart/reboot and power will ON.

旧街凉风 2024-08-23 00:53:47

基本上你不应该关闭它......只需关闭窗口即可。

这是文档

To stop an emulator instance, just close the emulator's window.

参考:

http:// /developer.android.com/tools/devices/emulator.html#starting

Basically you are not supposed to shut it down... Just close the window.

This is what's written in the documentation

To stop an emulator instance, just close the emulator's window.

Reference:

http://developer.android.com/tools/devices/emulator.html#starting

隔纱相望 2024-08-23 00:53:47

当启用模拟器快照时有时会发生这种情况(我认为您的问题与字体安装无关)。

尝试使用此命令来启动没有快照的虚拟设备:

emulator -no-snapshot-load -avd YOUR_AVD

It occurs sometimes when emulator snapshots are enabled (I think your problem is not related to fonts installation).

Try this command to start your virtual device without snapshot:

emulator -no-snapshot-load -avd YOUR_AVD
雅心素梦 2024-08-23 00:53:47

嗯...另一种方法是清除当前模拟器并从初始状态重新启动..

  1. 只需关闭模拟器窗口
  2. 从 eclipse 启动 AVD Manager
  3. 按“开始”按钮
  4. 检查“擦除用户数据”
  5. 单击“启动”,您将获得干净和初始状态模拟器状态

Hmmm... another way is wiping out current emulator and re-start from initial state..

  1. just close your emulator window
  2. launch AVD Manager from eclipse
  3. press Start button
  4. check "Wipe user data"
  5. click "Launch" and you will get clean and initial state of emulator
小草泠泠 2024-08-23 00:53:47

在“Android sdk and avd manager”中选择模拟器,编辑它,去掉“snapshot”的勾。然后每次运行模拟器都会重新启动。

Choose the emulator in "Android sdk and avd manager", edit it, and remove the tick from "snapshot". Then the emulator will restart every time you run it.

芸娘子的小脾气 2024-08-23 00:53:47

在 AVD Manager 中,您可以单击要重新启动的设备的“操作”列下的“立即冷启动”。

In the AVD Manager, you can click on "Cold Boot Now" under "Actions" column of the device you want to reboot.

姜生凉生 2024-08-23 00:53:47

您只需关闭模拟器窗口即可。

You can just close the emulator window.

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