Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Process system isn't responding in android emulator

When I starts android emulator in android studio ; after boot completes this window opens : enter image description here

and emulator hangs . How can I fix this problem ?

like image 854
ofskyMohsen Avatar asked May 04 '17 09:05

ofskyMohsen


People also ask

How do I fix Android process not responding?

Press and hold Volume Up + Home button + Power button. Release the power button when the device vibrates, but keep holding the other two buttons. Release the other buttons when you see the Android System Recovery Screen. Use the Volume down key to navigate down and highlight wipe cache partition.

How do I fix system UI not responding in emulator?

Still displaying 'System UI not responding' error message, then wipe data and restart the emulator. Go to Tools⇾AVD manager⇾click on the disclosure-open icon ⇾swipe data. delete it and add a new lower API device, maybe work well.

How do I fix system not responding?

If your phone is frozen with the screen on, hold down the power button for about 30 seconds to restart.

What does it mean when process system isn't responding?

If you are still getting the process system isn't responding to Android error, then chances are that there could be an issue with your SD card. Firstly, check if your SD card is working fine or not. If it is corrupted, then get another memory card for your phone. Also, it should have a prominent amount of free storage.


1 Answers

In my case, cold reboot resolves the issue on an OSX machine.

  • Close all open emulator first
  • Open android studio configure > avd manager
  • from the virtual device you are working on action > cold boot now

enter image description here

Hope the interface will be almost similar to Linux and Windows machine and the fix will workout there too.

like image 100
unreleased Avatar answered Sep 20 '22 13:09

unreleased