7

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

Am_I_Helpful
  • 18,735
  • 7
  • 49
  • 73
shi jianfeng
  • 81
  • 1
  • 1
  • 4
  • 1
    Can anyone help with this situation? me too facing the same problem. – Nayana_Das Mar 10 '17 at 11:13
  • 1
    I'm an old man with years of development behind me in all sorts of languages and IDEs, and here I am with the same "Error while waiting for device: The emulator process for AVD Android_Accelerated_Nougat was killed" – tofutim Mar 31 '18 at 23:51
  • Not enough space in the disk may also cause this issue. Try to free up some space and try restart the AVD again – prodeveloper Jul 12 '20 at 10:39

1 Answers1

4

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

Cindy Meister
  • 25,071
  • 21
  • 34
  • 43