Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while waiting for device: The emulator process for AVD .... was killed

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.

enter image description here

I also google it, but I have not finded a useful answer, who can tell me what I can do ~~~~(>_<)~~~~ thanks

like image 569
shi jianfeng Avatar asked Aug 17 '16 15:08

shi jianfeng


1 Answers

I found this:

just go to this directory:

cd $ANDROID_HOME/Sdk/emulator/lib64/libstdc++

and rename: libstdc++.so.6 to libstdc++.so.6.bak

$ANDROID_HOME is your android SDK directory

source: https://forum.manjaro.org/t/android-studio-installation-guide/12630

like image 186
Jose Estrella Avatar answered Sep 29 '22 18:09

Jose Estrella