Emulator does not start (c066d201: unhandled exit 1d)

后端 未结 2 2042
我寻月下人不归
我寻月下人不归 2021-01-02 06:46

After I deleted some old AVDs and creating a new one, I cant get any AVD to start. If I start them through Android-Studio, the AVD window will launch but the screen stays bl

相关标签:
2条回答
  • 2021-01-02 07:36

    Using Mac OS 11 Beta 6 (20A5364e) here. None of the solutions I found worked until I've tried this:

    1. Completely wipeout and reinstall Android Studio (not sure if this is necessary, try skipping this step first. Use THIS as a guide)
    2. Create your virtual device (if haven't already).
    3. Now instead of running your device normally, open AVD manager and click Cold Boot Now:
    4. You will see a warning message, just click DISMISS and your device will start booting:
    0 讨论(0)
  • 2021-01-02 07:45

    Use option -gpu host.

    You run emulator correctly like this

    ~/Library/Android/sdk/emulator/emulator -gpu host -avd Pixel_2_API_30

    or try this:

    create a file named advancedFeatures.ini in ~/.android

    Put following settings in it:

    Vulkan = off GLDirectMem = on

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