android studio 模拟器正在运行和工作,但经过一些操作后变得不可见

发布于 2025-01-11 06:23:40 字数 236 浏览 0 评论 0原文

在此处输入图像描述

我的 android studio 模拟器启动并运行我的应用程序。然而,点击几次后(完全随机,但通常是向上滑动),它就会消失,并出现一条消息,表明模拟器未运行。尽管在 avd 管理器中它显示为正在运行。它不允许您删除或创建擦除日期,因为模拟器正在运行。只有重新启动工作室才有帮助。

enter image description here

My android studio emulator starts up and runs my app. However, after a few taps (completely random, but often it is a swipe up), it disappears and a message appears that the emulator is not running. Although in the avd manager it is shown as running. It does not allow you to delete or make a wipe date, because the emulator is running. Only restarting the studio helps.

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

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

发布评论

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

评论(1

如梦 2025-01-18 06:23:40

我这样解决了问题:

  1. 删除模拟器,
  2. 重新安装它并更新系统的视频驱动程序。

如果上述方法不起作用,那么您可以使用 adb server shelltools:

  1. 终止 adb 服务器
    对于 Ubuntu 用户:
sudo adb kill-server

对于 Windows 用户:

adb kill-server
  1. 启动服务器
sudo adb start-server
adb start-server

I solved the problem like this:

  1. Deleted the emulator,
  2. re-installed it and updated my system's video drivers.

In case if the above doesn't works, then you can use adb server shelltools:

  1. To kill the adb server
    For Ubuntu Users:
sudo adb kill-server

For Windows users:

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