像素启动器在更新SDK后不断停止

ana*_*rai 5 sdk android android-emulator android-x86 android-studio

更新SDK后,在运行模拟器时遇到了这个问题:
Pixel启动器不断停止,

模拟器截图


请帮助我,非常感谢您
注意:我使用的是android studio 2.3.3

thv*_*s86 5

Actually, anas darai's comment is the answer, but I'll expand it a bit. The general workaround is the following:

  1. Delete the AVD and the system image;
  2. Download the system image;
  3. Create a new AVD;
  4. Start the Android Emulator;

    4.a. Click on the More button (those 3 horizontal dots) in the Nav Controls (the bar next to the emulator);

    单击导航控件(模拟器旁边的栏)中的更多按钮(那 3 个水平点)

    4.b. Click on Settings;

    点击设置

    4.c. Select from the OpenGL ES renderer dropdown the option ANGLE(D3D11);

    从 OpenGL ES 渲染器下拉列表中选择选项:ANGLE(D3D11)

    4.d. Restart the Android Emulator.

Steps 1 to 3 are optional in most of the cases.

If it still isn't working, you should check the following:

  • does your CPU meet the requirements? solution: check out the Hardware requirements from Installation Instructions for HAXM;
  • does HAXM have enough RAM and heap space so it can run the AVD? solution: reinstall HAXM and use at least the recommended settings;
  • for slightly different solutions, check out Pixel launcher keeps stopping.