Android 模拟器(Flutter)中系统 UI 没有响应

在 android 工作室中启动 avd 之后,android 模拟器中的 system ui 没有响应消息。那么,我该怎么补救呢?

105344 次浏览

1.Open AVD Manager. enter image description here 2. 单击以编辑设备的按钮。 enter image description here 3. 在“图形”下拉菜单中选择“硬件”。 enter image description here

在 OS X 上,我可以分步解决这个问题:

打开 Android Studio,导航到配置 > AVD 管理器。 在 Actions > 右边的下拉三角形 > Cold Boot Now:

在 Windows10上,我只是擦除了模拟器映像中的数据,然后再次启动它。然而,正如 Aadn 下面所评论的,这只是一个 暂时的解决方案。

在安装了最新的系统映像并使用它创建了一个模拟器之后,我的问题就解决了。

enter image description here

如果将 NexusS 映像与 API 29一起使用,则不会显示消息。我使用的是 Android Studio 4.1.2。

像素4 api 29-显示消息时,第一次使用,但如果你禁用一些应用程序,它的工作正常。禁用 Android 自动,日历,相机,时钟,设备政策,谷歌,谷歌,谷歌索引键盘,谷歌韩语输入,拼音输入,地图,YouTube。

不要点击“ 别说了”,只要点击“ wait”,模拟器就可以正常工作了。

如果加载时间太长,请确保已安装 SDK 工具中的“ HAXM installer”选项,也要确保“ 超 V”选项也未选中 控制面板中的“ 打开或关闭 Windows 特性”-> 程序和特性

只有在取消选中此功能之后,才能安装 HAXM 安装程序。

After doing this the Emulator will not take time to load , but still it can show the 错误 "系统用户界面没有响应", as I told in starting just click on "wait" and it will run smoothly.

我以前每次开始 AVD 都会遇到这个问题。而且冷启动选项对我来说只是暂时的。

我检查了我在仿真器上安装的 Android 版本,注意到了 ABI 版本是 x86

为了解决这个问题,我制作了一个新的 android 仿真器,在选择系统映像部分,我选择了 X86 _ 64版本。

解决了我的问题。

I was constantly annoyed by this and would often click on Wait, then realize after some time the tremendous amount of time wasted.

我通过创建一个新的模拟器(ctrl + shirt + a-> “ avd”,选择 avd manager)修复了这个问题:

  • 选择创建新设备,例如选择像素4或像素4 XL
  • 然后,选择“ API Level S,ABI x86 _ 64(以前的设备只有 x86) ,Target Android API S (Google Play) ,而不是选择推荐的系统映像。当心它需要1.3 GB 的容量才能下载,虽然“快”可能需要一点时间—— > 去喝杯咖啡。结束了吗?点击下一步。
  • 在高级设置(显示)中,将 RAM 从512增加到1024。

现在我不再有这个问题了。

I tried this and solved my issue.

  1. 解决方案01-更改仿真性能
  2. Solution 02 - Create New Emulator - (Pixel 4 or Pixel 4 XL)
  3. 解决方案03-(临时)-清除数据

更多详情-

Https://coderog.com/community/threads/the-system-ui-isn%e2%80%99t-responding-error-in-android-studio-emulator.71/

我终于找到了导致这种情况的原因。 Once I resize, after a couple of minutes I got that error. So:

不要调整你的模拟器窗口 < strong > !

我还是时不时会收到这样的信息,但不是那么频繁了。

Change your Graphics

Click wipe Data

只要按照这个指示去做,希望问题能得到解决。

您可以从您的 android 版本的 sdk 管理器下载“ GoogleAPI Intel x86atom _ 64 system image”。 这招对我管用! !

我使用 https://stackoverflow.com/a/66265270/5128831中的这个解决方案解决了我的问题

尽管英特尔 HAXM 显示安装在 SDK 工具上,但它 没有真正安装,所以我不得不去下面的位置和手动 重新安装(intelhaxm-android)文件。

C:\Users\SUHAIL\AppData\Local\Android\Sdk\extras\intel\Hardware_Accelerated_Execution_Manager

如果该文件不存在于该位置,则意味着它不存在 你必须在网上下载档案

我有同样的问题,并解决了它通过导航到 AVD 经理

Tools > AVD Manager > Right Click the emulator > Wipe all data > Switch on the virtual device.

它对我来说工作得很好,你也可以使用它,当你正在解决与仿真器在 android 工作室的问题。

改变你的模拟器的内存到更大的价值。这对我来说是工作)