Adb 以独立的模拟器启动

发布于 2024-12-20 22:31:18 字数 454 浏览 1 评论 0原文

当我启动 Eclipse 时,我总是在设备视图中看到 emulator-5554。如果我启动一个应用程序(在自动目标选择模式下),它会在此模拟器上启动,但模拟器没有窗口。每次Eclipse启动后我都必须停止模拟器的system.process。

我正在从命令行使用 adb,所以可能是我引起了这个问题,但我不知道如何解决。 当我使用命令“adb Kill-server”和“adb start-server”重新启动 adb 时,emulator-5554 会再次启动,因此 adb 会自动启动它。

我阅读了文档,但找不到有关模拟器的任何信息自动启动。谷歌搜索“adb autostart emulator”都没有帮助。

如何阻止 adb 在启动时运行该模拟器?

When I start Eclipse, I always see emulator-5554 in the Devices View. If I start an application (in automatic target selection mode), it starts on this emulator, but the emulator doesn't have a window. I have to stop the system.process of the emulator every time after Eclipse startup.

I was playing around with adb from the command line, so probably I caused the issue, but I can't figure out, how.
When I restart adb with the commands 'adb kill-server' and 'adb start-server', emulator-5554 starts again, so adb starts it automatically.

I read this document, but I couldn't find any information on emulator automatic startup. Neither a google search on "adb autostart emulator" helped.

How can I keep adb from running this emulator at startup?

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

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

发布评论

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

评论(3

绻影浮沉 2024-12-27 22:31:18

我在这个不存在的模拟器 5554 上遇到了类似的问题,

试试这个

adb kill-server
adb reboot

I was having a similar problem with this non existent emulator-5554

try this

adb kill-server
adb reboot
终难愈 2024-12-27 22:31:18

转到任务管理器-
资源监控器-
在“概述”选项卡中,单击“描述”以查看排序中的所有 BlueStack -
把树全部杀掉-
或任何其他模拟器,如 Bluestack。

go to task manager-
Resource Monitor-
in overview tab click Description to see all BlueStack in the sort-
kill tree all of them.-
OR ANY OTHER EMULATOR LIKE BLUESTACK.

╄→承喏 2024-12-27 22:31:18

有同样的问题。为我工作!

  1. 打开任务管理器
  2. 结束出现的所有 bluestacks 进程

现在问题应该消失了。

Had the same problem. WORKED FOR ME!

  1. Open task manager
  2. End any bluestacks processes that appears

Now the problem should be gone.

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