Android Studio AVD error launching

后端 未结 7 1056
感动是毒
感动是毒 2020-12-08 20:57

I have a Nexus 6P API23 emulator downloaded on my Ubuntu 15.10 PC. When I try to launch it, it fails and a dialog box pops up and says:

(AVD config: Nexus 6P API 23

相关标签:
7条回答
  • 2020-12-08 21:34

    I was ubuntu 16.04 android studio 3 ,

    ln -s $Android/Sdk/emulator/lib64/libstdc++/libstdc++.so.6.0  $Android/Sdk/tools/lib64/libstdc++ 
    

    i found my libstdc++.so.6 in ~/Android/Sdk/emulator/lib64/libstdc++/,

    but android studio will found ~/Android/Sdk/tools/lib64/libstdc++/

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