Cannot start Emulator in android studio 2.0

前端 未结 14 2302
渐次进展
渐次进展 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:39

    I had the same problem and the solution didn't work for me.

    The solution that work for me was telling to Android Studio that use the system libraries instead of the built-in by editing $HOME/.profile and adding the next line: export ANDROID_EMULATOR_USE_SYSTEM_LIBS=1, and then re-log.

提交回复
热议问题