Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulator shows System UI not responding on boot?

I'm trying to get a tablet emulator to test the tablet UI for an app I'm writing, but when it boots up the launcher will crash (Pixel Launcher in my case), followed with "System UI has stopped responding".

I've seen some solutions involving decreasing the resolution and memory, but those haven't worked for me. I tried uninstalling all SDK files, images, and Android Studio itself twice but it hasn't fixed it.

like image 675
Tylerc112 Avatar asked Apr 04 '18 22:04

Tylerc112


People also ask

How do I fix system UI on my Android?

Simple Solutions To Fix Android SystemUI Has Stopped Error Sometimes, the issue can be resolved simply by restarting your device. To do this, press and hold the power button until you see the power menu. From there, select "Restart." Update your apps: Out-of-date apps can sometimes cause this error.

What does it mean when it says system UI not responding?

If your device started flashing the system UI isn't responding after updating the Google app, it's quite possible that the updated version of the app is causing the issue. In this case, you can simply uninstall the Google updates to troubleshoot the error. To do this go to Settings>Apps and select the “Google” app.

How do I fix Android emulator not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.


1 Answers

So far, it seems the issue has been resolved. I updated the Intel HAXM from 6.2.1 to 7.1.0. I also updated my Intel Graphics. I created a Nexus 9 emulator with API 27 and default settings as a control. It's been working with some mild lag for about 10 minutes. So I guess the SDK Manager doesn't install the most recent version of HAXM yet?

Here's the link where I got the installer: Intel HAXM 7.1.0

like image 90
Tylerc112 Avatar answered Oct 23 '22 05:10

Tylerc112