android studio 模拟器正在运行和工作,但经过一些操作后变得不可见
我的 android studio 模拟器启动并运行我的应用程序。然而,点击几次后(完全随机,但通常是向上滑动),它就会消失,并出现一条消息,表明模拟器未运行。尽管在 avd 管理器中它显示为正在运行。它不允许您删除或创建擦除日期,因为模拟器正在运行。只有重新启动工作室才有帮助。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我这样解决了问题:
如果上述方法不起作用,那么您可以使用 adb server shelltools:
对于 Ubuntu 用户:
对于 Windows 用户:
I solved the problem like this:
In case if the above doesn't works, then you can use adb server shelltools:
For Ubuntu Users:
For Windows users: