Android Emulator The emulator process for AVD was killed. Windows Intel

北慕城南 提交于 2021-01-21 07:04:10

问题


The emulators stopped running. Configuration: Windows 10, Intel, HAXM Installed, Virtualization ON, GPU software, emulators reinstalled. Immediately after turning on, this error falls (The emulator process for AVD was killed), the emulator does not even appear


回答1:


One of the solution is:

Select "Tools" -> "SDK Manager" -> "SDK Tools" tab -> and update to latest Android Emulator version.




回答2:


I have same problem with you. Now I can resolved it by this step.

  • Open SDK Manager, select "SDK Tools" Tab
  • Uncheck box "Intel x86 Emulator Accelerator (HAXM installer)" then "OK"
  • Open AVD Manager, try to start emulator and then let it to install HAXM
  • Finally, Emulator can be started. I think so HAXM Version is update (old is 7.5.1 and new is 7.5.6).



回答3:


Uncheck "Launch in a tool window" from File-> Settings -> emulator Should work.




回答4:


I had same issue.

I changed ANDROID_HOME path on environment variables.

And then I copied 'avd' folder, which emulator installed in into 'sdk' folder(ANDROID_HOME path).

*** You can find 'avd' folder by clicking 'Show on Disk' in AVD manger.

I restarted the emulator and then it is running well now.




回答5:


I want to make a contribution to this thread, I have tried many of the possible solutions that I have found on the net, including the one that is now marked as Solution and I have not managed to solve the problem until I have modified the SDK path to match the ones System variables




回答6:


Same issue here, resolved it by uninstalling all the unused SDKs to free some disk space

=> uncheck them in SDK Manager then Apply, and Finish when the uninstallation process is done, finally restart your Android Studio, it should be ok

Check all the solutions proposed in this answer : https://stackoverflow.com/a/64469129/14517970



来源:https://stackoverflow.com/questions/63317727/android-emulator-the-emulator-process-for-avd-was-killed-windows-intel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!