The system ui isn't responding in android emulator (Flutter)

AndroidFlutterAndroid StudioAndroid Emulator

Android Problem Overview


After starting the avd in android studio, the system ui is not responding message comes in the android emulator. So, how can i fix it ?

Android Solutions


Solution 1 - Android

1.Open AVD Manager. enter image description here 2.Click to edit button for your device. enter image description here 3.Select Hardware in the Graphics drop down menu. enter image description here

Solution 2 - Android

I used to face this problem every time I started my AVD. Also the cold boot option was just a temporary fix for me.

I checked the android version that I had installed on my emulator, and noticed the ABI version was x86.

To fix that, I made a new android emulator, and in the selecting system image section, I chose the X86_64 version.

That fixed the problem for me.

Solution 3 - Android

On OS X, I am able to solved it by steps:

Open Android Studio. Navigate to Configure > AVD Manager. Under Actions > dropdown triangle on the right > Cold Boot Now:

Solution 4 - Android

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

I fixed it by creating a new emulator (ctrl + shirt + a -> "avd", select avd manager):

  • Choose create new device, select Pixel 4 or Pixel 4 XL for example
  • Then instead of selecting recommended system image, selected "API Level S, ABI x86_64 (former device was only x86), Target Android API S (Google Play). Beware it will take 1.3GB and download, although fast will take a little bit -> go grab a cup of coffee. Finish? Click on Next.
  • In advanced settings (show), increase RAM from 512 to 1024.

Now I don't have this problem anymore.

Solution 5 - Android

On Windows 10, I just wiped the data from the emulator image and started it again. However, as Aadn commented below, this is only a temporary solution.

Solution 6 - Android

I finally found what causes this in my case. Once I resize, after a couple of minutes I got that error. So:

DON'T RESIZE YOUR EMULATOR WINDOW !!!!

I still got that message from time to time, but not that often.

Solution 7 - Android

If you use the Nexus S image with API 29 the message does not appear. I am using Android Studio 4.1.2.

Pixel 4 api 29 - shows the message when first used but if you diable a few apps it works fine. eg Disable Android Auto, Calendar, Camera, Clock, Device Policy, Google, Google, Google Indice Keyboard, Google Korean Input, Pinyin Input, Maps, YouTube.

Solution 8 - Android

Instead of clicking "Stop" just click on "wait" and the Emulator will work fine.

And If it is taking too much time in loading make sure you have installed the "HAXM installer" in SDK tools , Also make sure "Hyper V" option is also unchecked in "Turn Windows features on or off" in Control Panel --> Program and features.

Only After unchecking this feature you can install the HAXM installer.

After doing this the Emulator will not take time to load , but still it can show the error "System UI isn't responding", as I told in starting just click on "wait" and it will run smoothly.

Solution 9 - Android

I had the same problem and solved it by navigating to the AVD Manager by

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

It worked for me just fine, you can also use it when you are troubleshooting the problem with the emulator in android studio.

Solution 10 - Android

After installing the latest system images and creating an emulator using that. My problem is gone.

enter image description here

Solution 11 - Android

I tried this and solved my issue.

  1. Solution 01 - Change Emulated Performance
  2. Solution 02 - Create New Emulator - (Pixel 4 or Pixel 4 XL)
  3. Solution 03 - (Temporary) - Wipe Data

More Details -

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

Solution 12 - Android

Change your Graphics

Click wipe Data

Just follow this instruction hope it will be solved.

Solution 13 - Android

You can download "Google APIs intel x86 atom_64 system image" from your sdk manager of your android version. This technique worked for me!!

Solution 14 - Android

I solved my problem using this solution from https://stackoverflow.com/a/66265270/5128831 > It seems even though intel HAXM shows as installed on SDK Tools, it > wasnt really installed so i had to go to below location and manually > reinstall (intelhaxm-android) file. > > C:\Users\SUHAIL\AppData\Local\Android\Sdk\extras\intel\Hardware_Accelerated_Execution_Manager > > if the file doesnt exist in that location, that means it wasnt > downloaded and you will have to download the file online

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAnnchit R SarmaView Question on Stackoverflow
Solution 1 - AndroidCihangirView Answer on Stackoverflow
Solution 2 - AndroidPouya HeydariView Answer on Stackoverflow
Solution 3 - AndroidMohammedYakub MoriswalaView Answer on Stackoverflow
Solution 4 - AndroidAntonin GAVRELView Answer on Stackoverflow
Solution 5 - AndroidgustavoknzView Answer on Stackoverflow
Solution 6 - AndroiddespotbgView Answer on Stackoverflow
Solution 7 - Androiduser10186832View Answer on Stackoverflow
Solution 8 - AndroidVishal AgrawalView Answer on Stackoverflow
Solution 9 - Androidgrace remceView Answer on Stackoverflow
Solution 10 - AndroidArdaView Answer on Stackoverflow
Solution 11 - AndroidChamara IndrajithView Answer on Stackoverflow
Solution 12 - AndroidMusfiq ShantaView Answer on Stackoverflow
Solution 13 - AndroidArif FrenkView Answer on Stackoverflow
Solution 14 - AndroidHomayoon AhmadiView Answer on Stackoverflow