Process system isn't responding in android emulator

前端 未结 5 1725
予麋鹿
予麋鹿 2021-01-03 21:29

When I starts android emulator in android studio ; after boot completes this window opens :

and emulator hangs . How can I fix this problem ?

相关标签:
5条回答
  • 2021-01-03 21:44

    I have tried changing the resolution, RAM size, Emulated performance graphic type, etc.. but none of them worked. Finally, I found that the android version image was my problem(Android P) so I downloaded a different version image and it worked fine

    0 讨论(0)
  • 2021-01-03 21:45

    If the virtual device was previously working, try to wipe user data. Go to the AVD manager, select the virtual device action and click on "Wipe data" (Wipe the user data of this AVD)

    0 讨论(0)
  • 2021-01-03 21:49

    Beyond other possible solutions, what worked to me was to change the "Emulated performance" option to "Software".

    0 讨论(0)
  • 2021-01-03 22:00

    I found some solutions in this page : Error Message: emulator-arm.exe has stopped working

    In this page suggests changing of resolution and RAM and you should decrease them. When I decrease my resolution It fixes this problem .

    0 讨论(0)
  • 2021-01-03 22:01

    Try to use a low-resolution device, when I selected Nexus 4 it kept running smoothly with me. If it doesn't work. try this:

    If you want to have graphics acceleration enabled by default for this AVD, in the Hardware section of the AVD configuration, click New, select GPU emulation and set the value to Yes.

    0 讨论(0)
提交回复
热议问题