Adb 以独立的模拟器启动
当我启动 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我在这个不存在的模拟器 5554 上遇到了类似的问题,
试试这个
I was having a similar problem with this non existent emulator-5554
try this
转到任务管理器-
资源监控器-
在“概述”选项卡中,单击“描述”以查看排序中的所有 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.
有同样的问题。为我工作!
现在问题应该消失了。
Had the same problem. WORKED FOR ME!
Now the problem should be gone.