Android emulator segmentation fault

前端 未结 7 1729
傲寒
傲寒 2020-12-05 10:19

Running it from the command line resulted in a segmentation fault:

$ emulator -avd nexus_s
Segmentation fault (core dumped)

However, runnin

相关标签:
7条回答
  • 2020-12-05 10:57

    Paste to ~/.android/avd/.avd/config.ini

    hw.gpu.mode = swiftshader_indirect
    

    I solved it this way in my case.

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