System ui is not responding android emulator - react native error

Android emulator error: "System UI has stopped".

I just want to share my experience and clarify a few things, some of which may not matter. Anyway, if this helps someone else that's great.

I had this problem now here is the solution.

Editing, or even Deleting the emulator and then recreating it did NOT fix it.

The best solution is to locate and update the config.ini file. In Windows 7 (x64) I found the config.ini file in %USERPROFILE%\.android\avd. It was located in a folder ICS_4.0.3_API_15.avd [*see AVD names below].

NOTE: First make sure you have “show hidden files, folder, or drives” turned on in Explorer or you won't see the ".android" folder.

I my case the file is located here.

C:\Users\jai shiva\.android\avd\Resizable_Experimental_API_33.avd

Not sure it matters, but my entry said hw.mainKeys=no, not hw.mainKeys=false as some have suggested. Changing it to hw.mainKeys=yes seems to have fixed the problem.

For more information. 

bit.ly/3Vrf4GJ

Comments