Cannot start Emulator in android studio 2.0

前端 未结 14 2335
渐次进展
渐次进展 2020-12-02 05:11

I just upgraded my android studio from 1.5 to 2.0.And now I am facing some weird bug when I try to start Emulator. I use Ubuntu 15.10 OS

Android monitor returns this

14条回答
  •  执念已碎
    2020-12-02 05:42

    Fix on Ubuntu 16 LTS

    1.Install lib64stdc++6

    sudo apt-get install lib64stdc++6:i386  
    

    2.Install mesa-demos

    sudo apt-get install mesa-utils
    

提交回复
热议问题