The system ui isn't responding in android emulator (Flutter)
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 ?
1.Open AVD Manager. 2.Click to edit button for your device. 3.Select Hardware in the Graphics drop down menu.
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.
I downloaded the X86_64 version and I have not faced that annoying error yet!
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:
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.