Android emulator segmentation fault

前端 未结 7 1750
傲寒
傲寒 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:56

    I finally found a solution after following CommonsWare's tip. Renaming libOpenglRender.so made the problem go away.

    mv tools/lib/libOpenglRender.so tools/lib/libOpenglRender.so.xxx
    

提交回复
热议问题