等待设备时出错:AVD 的模拟器进程......被杀死
问题描述:
我是Andriod开发的大一新生,运行app时遇到了一个奇怪的问题,如下图.
I am a freshman for the development of the Andriod, I suffered from a odd question when I runned the app ,just as the follow picture.
我也google了,但是没找到有用的答案,谁能告诉我怎么办~~~~(>_<)~~~~谢谢
I also google it, but I have not finded a useful answer, who can tell me what I can do ~~~~(>_<)~~~~ thanks
答
我发现了这个:
进入这个目录:
cd $ANDROID_HOME/Sdk/emulator/lib64/libstdc++
并重命名:libstdc++.so.6
到 libstdc++.so.6.bak
$ANDROID_HOME
是你的安卓 SDK 目录
$ANDROID_HOME
is your android SDK directory
来源:https://forum.manjaro.org/t/android-studio-installation-guide/12630