Running it from the command line resulted in a segmentation fault:
$ emulator -avd nexus_s Segmentation fault (core dumped)
However, runnin
Paste to ~/.android/avd/.avd/config.ini
hw.gpu.mode = swiftshader_indirect
I solved it this way in my case.