Android Studio 访客在 7 秒内还没有上线
当我第一次在 Android Studio 中启动模拟器时,我收到一条信息消息,
When I first start the emulator in Android Studio I get an information message,
访客在 7 秒内未上线重试
guest hasn't come online in 7 seconds retrying
我很好奇如何阻止它,因为当它在我的屏幕上显示大约 40 秒时,我无法在模拟器中执行任何操作.
I am curious as to how to stop this because while it is on my screen for about 40 seconds I cannot do anything in the emulator.
我遇到了同样的问题.在 AVD 管理器中选择 Cold Boot Now 可以解决问题.
I had the same problem. Selecting Cold Boot Now in AVD manager solves the problem.
但是每次我想启动模拟器时都必须打开 AVD 管理器,我只想点击运行应用程序按钮并选择设备,而不打开 AVD 管理器.
But I have to open AVD manager each time when I want to launch Emulator and I just want to click on Run app button and select device, without opening AVD manager.
要解决这个问题:打开 AVD 管理器 -> 编辑设备 -> 显示高级设置 -> 启动选项 -> 选择冷启动而不是快速启动.
To solve this: open AVD manager -> Edit device -> Show Advanced Settings -> Boot option -> select Cold Boot instead of Quick boot.